postgresql/src/backend/access
David Rowley 2075ba9dc9 Tidy-up some appendStringInfo*() usages
Make a few newish calls to appendStringInfo() which have no special
formatting use appendStringInfoString() instead.  Also, adjust usages of
appendStringInfoString() which only append a string containing a single
character to make use of appendStringInfoChar() instead.

This makes the code marginally faster, but primarily this change is so
we use the StringInfo type as it was intended to be used.

Discussion: https://postgr.es/m/CAApHDvpXKQmL+r=VDNS98upqhr9yGBhv2Jw3GBFFk_wKHcB39A@mail.gmail.com
2023-10-03 17:09:52 +13:00
..
brin Remove some more "snapshot too old" vestiges. 2023-09-08 17:12:12 +12:00
common Add TupleDescGetDefault() 2023-09-27 18:52:40 +01:00
gin Remove some more "snapshot too old" vestiges. 2023-09-08 17:12:12 +12:00
gist Fix another bug in parent page splitting during GiST index build. 2023-09-26 14:14:49 +03:00
hash Remove the "snapshot too old" feature. 2023-09-05 19:53:43 +12:00
heap Remove retry loop in heap_page_prune(). 2023-10-02 11:40:07 -04:00
index Add SysCacheGetAttrNotNull for guaranteed not-null attrs 2023-03-25 22:49:33 +01:00
nbtree Fix btmarkpos/btrestrpos array key wraparound bug. 2023-09-28 16:29:37 -07:00
rmgrdesc Tidy-up some appendStringInfo*() usages 2023-10-03 17:09:52 +13:00
spgist Remove some more "snapshot too old" vestiges. 2023-09-08 17:12:12 +12:00
table Consider fillfactor when estimating relation size 2023-07-03 18:55:31 +02:00
tablesample Update copyright for 2023 2023-01-02 15:00:37 -05:00
transam Tidy-up some appendStringInfo*() usages 2023-10-03 17:09:52 +13:00
Makefile Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00