postgresql/src/backend
Neil Conway 406a942820 Minor code cleanup: remove a variable that was assigned to but never
subsequently referenced.

Found by: Coverity
Fixed by: Sean Chittenden
2005-02-23 23:27:54 +00:00
..
access Remove some no-longer-needed kluges for bootstrapping, in particular 2005-02-20 21:46:50 +00:00
bootstrap Add code to prevent transaction ID wraparound by enforcing a safe limit 2005-02-20 02:22:07 +00:00
catalog Minor code cleanup: remove a variable that was assigned to but never 2005-02-23 23:27:54 +00:00
commands Add code to prevent transaction ID wraparound by enforcing a safe limit 2005-02-20 02:22:07 +00:00
executor Fix SPI cursor support to allow scanning the results of utility commands 2005-02-10 20:36:28 +00:00
lib Replace the use of "0" with "NULL" where appropriate in dllist.c, for 2005-01-18 22:59:32 +00:00
libpq This patch optimizes the md5_text() function (which is used to 2005-02-23 22:46:17 +00:00
main Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
nodes Generalize TRUNCATE to support truncating multiple tables in one 2005-01-27 03:19:37 +00:00
optimizer Adjust constant-folding of CASE expressions so that the simple comparison 2005-02-02 21:49:09 +00:00
parser Use _() macro consistently rather than gettext(). Add translation 2005-02-22 04:43:23 +00:00
po Translation updates 2005-01-17 20:27:44 +00:00
port Fix bit-rot in ipc_test.c; it didn't include some stuff that pg_shmem.c 2005-02-05 20:07:16 +00:00
postmaster Use _() macro consistently rather than gettext(). Add translation 2005-02-22 04:43:23 +00:00
regex Install Tcl regex fixes to sync our regex engine with Tcl 8.4.8 (up from 2004-11-24 22:56:54 +00:00
rewrite Change heap_modifytuple() to require a TupleDesc rather than a 2005-01-27 23:24:11 +00:00
storage Use _() macro consistently rather than gettext(). Add translation 2005-02-22 04:43:23 +00:00
tcop Use _() macro consistently rather than gettext(). Add translation 2005-02-22 04:43:23 +00:00
utils This patch optimizes the md5_text() function (which is used to 2005-02-23 22:46:17 +00:00
Makefile On Windows, set the postmaster executable's stack size to 4MB, so that 2005-01-26 21:55:26 +00:00
nls.mk New translation 2005-01-09 17:10:29 +00:00