postgresql/src/backend/access
Robert Haas f37015a161 Rename delayChkpt to delayChkptFlags.
Before commit 412ad7a556, delayChkpt
was a Boolean. Now it's an integer. Extensions using it need to be
appropriately updated, so let's rename the field to make sure that
a hard compilation failure occurs.

Replacing delayChkpt with delayChkptFlags made a few comments extend
past 80 characters, so I reflowed them and changed some wording very
slightly.

The back-branches will need a different change to restore compatibility
with existing minor releases; this is just for master.

Per suggestion from Tom Lane.

Discussion: http://postgr.es/m/a7880f4d-1d74-582a-ada7-dad168d046d1@enterprisedb.com
2022-04-08 11:44:17 -04:00
..
brin
common Remove error message hints mentioning configure options 2022-04-08 07:41:55 +02:00
gin
gist Adjust tuplesort API to have bitwise option flags 2022-04-04 22:24:59 +12:00
hash Adjust tuplesort API to have bitwise option flags 2022-04-04 22:24:59 +12:00
heap Truncate line pointer array during heap pruning. 2022-04-07 15:42:12 -07:00
index
nbtree Suppress "variable 'pagesaving' set but not used" warning. 2022-04-06 17:03:50 -04:00
rmgrdesc Add contrib/pg_walinspect. 2022-04-08 00:26:44 -07:00
spgist
table
tablesample
transam Rename delayChkpt to delayChkptFlags. 2022-04-08 11:44:17 -04:00
Makefile