pgsql: Silence compiler warning on an unused variable

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Silence compiler warning on an unused variable
Date: 2013-07-22 17:19:09
Message-ID: E1V1JlN-0007FX-F0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2013-07-22 17:42:23 pgsql: Adjust HeapTupleSatisfies* routines to take a HeapTuple.
Previous Message Robert Haas 2013-07-22 15:12:08 pgsql: Add infrastructure for mapping relfilenodes to relation OIDs.