OSDN Git Service

Another go-round on making GetRawDatabaseInfo behave as well as it can,
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 14 Jan 2001 22:21:05 +0000 (22:21 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 14 Jan 2001 22:21:05 +0000 (22:21 +0000)
commita904181a4613e06b3cc14ad6e16563e3d03025c4
tree6918c0bf6806349b23d997c13c57afd22a3a6b33
parent8a0c9b17a5c4a2dbeaf4c7f087f502d8f828015b
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.
src/backend/utils/misc/database.c