pgsql: Fix cache flush hazard in event trigger cache. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Fix cache flush hazard in event trigger cache.
Date
Msg-id E1SzC6c-000837-21@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix cache flush hazard in event trigger cache.

Bug spotted by Jeff Davis using -DCLOBBER_CACHE_ALWAYS.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/21786db81fca3fca0a17da3f58cc6590615e1580

Modified Files
--------------
src/backend/utils/cache/evtcache.c |   55 +++++++++++++++++++++++++----------
1 files changed, 39 insertions(+), 16 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Add additional C comments for to_date/to_char() fixes.
Next
From: Simon Riggs
Date:
Subject: pgsql: fsync backup_label after pg_start_backup()