Remove some no-longer-needed kluges for bootstrapping, in particular

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 4aefe75553e6ec82b7308f961edd480d8001ec12
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-02-20T21:46:50Z
Releases: 8.1.0
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.

Files