pgsql/src/backend/utils/misc database.c - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/backend/utils/misc database.c
Date
Msg-id 200101142221.f0EML5p67041@hub.org
Whole thread Raw
List pgsql-committers
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.


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql/src/include/catalog pg_attribute.h
Next
From: Tom Lane
Date:
Subject: pgsql/src/backend/utils/init postinit.c