]> granicus.if.org Git - postgresql/commit
Prevent possible compiler warnings.
authorRobert Haas <rhaas@postgresql.org>
Thu, 17 Feb 2011 21:00:23 +0000 (16:00 -0500)
committerRobert Haas <rhaas@postgresql.org>
Thu, 17 Feb 2011 21:01:46 +0000 (16:01 -0500)
commita3e8486dffc413506b14eae9dc5d423f6ae8324a
tree415734ef18257346506aadefc3b30f472c28373f
parent4f2cfc5bb4c404c24d589339d29c210321f4b4d7
Prevent possible compiler warnings.

Simon Riggs reports that rnode.dbNode and rnode.spcNode were
generating unused variable warnings on gcc 4.4.3 with CFLAGS=-O1
src/backend/utils/adt/dbsize.c