Silence compiler warning on an unused variable
Alvaro Herrera <alvherre@alvh.no-ip.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/func.sgml | modified | +2 −2 |
| src/backend/utils/adt/dbsize.c | modified | +4 −3 |
| src/backend/utils/cache/relfilenodemap.c | modified | +1 −1 |