Silence compiler warning on an unused variable
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 22 Jul 2013 17:15:13 +0000 (13:15 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 22 Jul 2013 17:15:13 +0000 (13:15 -0400)
commit0aeb5ae2041520f02cabbc7083aec46733689bce
tree9e5d0515932c7f2efbb05c2396ee6a69c7b55f3d
parentf01d1ae3a104019d6d68aeff85c4816a275130b3
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.
doc/src/sgml/func.sgml
src/backend/utils/adt/dbsize.c
src/backend/utils/cache/relfilenodemap.c