pgsql: Silence compiler warning on an unused variable - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Silence compiler warning on an unused variable
Date
Msg-id E1V1JlN-0007FX-F0@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Silence compiler warning on an unused variable

Also, tweak wording in comments (per Andres) and documentation (myself)
to point out that it's the database's default tablespace that can be
passed as 0, not DEFAULTTABLESPACE_OID.  Robert Haas noticed the bug in
the code, but didn't update the accompanying prose.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0aeb5ae2041520f02cabbc7083aec46733689bce

Modified Files
--------------
doc/src/sgml/func.sgml                   |    4 ++--
src/backend/utils/adt/dbsize.c           |    7 ++++---
src/backend/utils/cache/relfilenodemap.c |    2 +-
3 files changed, 7 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Add infrastructure for mapping relfilenodes to relation OIDs.
Next
From: Robert Haas
Date:
Subject: pgsql: Adjust HeapTupleSatisfies* routines to take a HeapTuple.