Remove some no-longer-needed kluges for bootstrapping, in particular
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 20 Feb 2005 21:46:50 +0000 (21:46 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 20 Feb 2005 21:46:50 +0000 (21:46 +0000)
commit4aefe75553e6ec82b7308f961edd480d8001ec12
tree77b6e32cbea54883f2d8ce3bfd189685c54d784c
parent57e3b0c9db0778ef136b66917b82a57d61265b9d
Remove some no-longer-needed kluges for bootstrapping, in particular
the AMI_OVERRIDE flag.  The fact that TransactionLogFetch treats
BootstrapTransactionId as always committed is sufficient to make
bootstrap work, and getting rid of extra tests in heavily used code
paths seems like a win.  The files produced by initdb are demonstrably
the same after this change.
src/backend/access/heap/heapam.c
src/backend/access/transam/transam.c
src/backend/access/transam/varsup.c
src/backend/access/transam/xact.c
src/backend/utils/init/postinit.c
src/include/access/transam.h