Initialize or set a couple of variables to suppress compiler warnings.
authorThomas G. Lockhart <lockhart@alumni.caltech.edu>
Sun, 21 Apr 2002 21:35:17 +0000 (21:35 +0000)
committerThomas G. Lockhart <lockhart@alumni.caltech.edu>
Sun, 21 Apr 2002 21:35:17 +0000 (21:35 +0000)
commit1e18399af54ee279e238cd35d8f3fc65ebdcdf12
treea62ad376d5232496ca187fa35eb6b4863a62be9d
parent5d6419be897212e28f1b8102bf1a13f222b4d7f2
Initialize or set a couple of variables to suppress compiler warnings.
 These were for cases protected by elog(ERROR) exits, but may as well
 keep the compiler happy. Not sure why they don't show up on my gcc-2.96.x
 version of the compiler.
src/backend/commands/variable.c