mirror of
https://github.com/postgres/postgres.git
synced 2026-02-26 19:30:25 -05:00
in favor of looking at the flat file copy of pg_database during backend startup. This should finally eliminate the various corner cases in which backend startup fails unexpectedly because it isn't able to distinguish live and dead tuples in pg_database. Simplify locking on pg_database to be similar to the rules used with pg_shadow and pg_group, and eliminate FlushRelationBuffers operations that were used only to reduce the odds of failure of GetRawDatabaseInfo. initdb forced due to addition of a trigger to pg_database. |
||
|---|---|---|
| .. | ||
| auth.h | ||
| be-fsstubs.h | ||
| crypt.h | ||
| hba.h | ||
| ip.h | ||
| libpq-be.h | ||
| libpq-fs.h | ||
| libpq.h | ||
| pqcomm.h | ||
| pqformat.h | ||
| pqsignal.h | ||