postgresql/src
Tom Lane 4863ed8f37 Fix intermittent crash in DROP INDEX CONCURRENTLY.
When deleteOneObject closes and reopens the pg_depend relation,
we must see to it that the relcache pointer held by the calling function
(typically performMultipleDeletions) is updated.  Usually the relcache
entry is retained so that the pointer value doesn't change, which is why
the problem had escaped notice ... but after a cache flush event there's
no guarantee that the same memory will be reassigned.  To fix, change
the recursive functions' APIs so that we pass around a "Relation *"
not just "Relation".

Per investigation of occasional buildfarm failures.  This is trivial
to reproduce with -DCLOBBER_CACHE_ALWAYS, which points up the sad
lack of any buildfarm member running that way on a regular basis.
2012-12-05 23:42:55 -05:00
..
backend Fix intermittent crash in DROP INDEX CONCURRENTLY. 2012-12-05 23:42:55 -05:00
bin Translation updates 2012-12-03 08:00:46 -05:00
include Stamp 9.2.2. 2012-12-03 15:16:10 -05:00
interfaces Include isinf.o in libecpg if isinf() is not available on the system. 2012-12-04 16:40:58 +01:00
makefiles Revert "Add mode where contrib installcheck runs each module in a separately named database." 2012-12-03 15:02:32 -05:00
pl Translation updates 2012-12-03 08:00:46 -05:00
port Stamp 9.2.2. 2012-12-03 15:16:10 -05:00
template Remove BSD/OS (BSDi) port. There are no known users upgrading to 2012-05-03 10:58:44 -04:00
test Prevent passing gmake's environment variables down through pg_regress. 2012-12-01 17:23:55 -05:00
timezone Update time zone data files to tzdata release 2012j. 2012-12-02 16:35:42 -05:00
tools Allow a few seconds for Windows to catch up with a directory rename when checking pg_upgrade. 2012-10-02 10:42:42 -04:00
tutorial Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
bcc32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
DEVELOPERS Replace a couple of references to files that no longer exist in the source 2009-05-04 08:08:47 +00:00
Makefile Fix some oversights in distprep and maintainer-clean targets. 2011-03-10 00:04:05 -05:00
Makefile.global.in Revert "Add mode where contrib installcheck runs each module in a separately named database." 2012-12-03 15:02:32 -05:00
Makefile.shlib Remove BSD/OS (BSDi) port. There are no known users upgrading to 2012-05-03 10:58:44 -04:00
nls-global.mk Lots of doc corrections. 2012-04-23 22:43:09 -04:00
win32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00