Thread: pgsql/src/backend/utils/misc database.c

pgsql/src/backend/utils/misc database.c

From
Tom Lane
Date:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/01/14 17:21:05

Modified files:
    src/backend/utils/misc: database.c

Log message:
    Another go-round on making GetRawDatabaseInfo behave as well as it can,
    given the fundamental restriction of not looking at transaction commit
    data in pg_log.  Use code that is actually based on tqual.c rather than
    ad-hoc tests.  Also write the tuple fetch loop using standard access
    macros rather than ad-hoc code.