pgsql-server/src backend/access/transam/xact.c ...

Started by Tom Lanealmost 24 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@postgresql.org 02/08/02 18:36:05

Modified files:
src/backend/access/transam: xact.c
src/backend/bootstrap: bootstrap.c
src/backend/utils/cache: relcache.c
src/include/utils: relcache.h

Log message:
When compiling with --enable-cassert, check for reference count leaks
in the relcache. It's rather silly that we have reference count leak
checks in bufmgr and in catcache, but not in relcache which will normally
have many fewer entries. Chris K-L would have caught at least one bug
in his recent DROP patch if he'd had this.