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

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/misc database.c
Date: 2001-01-14 22:21:05
Message-ID: 200101142221.f0EML5p67041@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-01-14 22:21:54 pgsql/src/backend/utils/init postinit.c
Previous Message Tom Lane 2001-01-14 22:17:23 pgsql/src/include/catalog pg_attribute.h