]> granicus.if.org Git - postgresql/commit
Initialize or set a couple of variables to suppress compiler warnings.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Sun, 21 Apr 2002 21:35:17 +0000 (21:35 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Sun, 21 Apr 2002 21:35:17 +0000 (21:35 +0000)
commitb875b599f3c46cc3c13c7755674732dcc6ff5740
treea5b1eb5fabc275322be0e11eb7fd1f76f6947410
parent67ef699ff46a9a4907e25823b84f28fd0b26399f
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