postgresql/src/backend/access/heap
Tom Lane 6162432de9 Add more critical-section calls: all code sections that hold spinlocks
are now critical sections, so as to ensure die() won't interrupt us while
we are munging shared-memory data structures.  Avoid insecure intermediate
states in some code that proc_exit will call, like palloc/pfree.  Rename
START/END_CRIT_CODE to START/END_CRIT_SECTION, since that seems to be
what people tend to call them anyway, and make them be called with () like
a function call, in hopes of not confusing pg_indent.
I doubt that this is sufficient to make SIGTERM safe anywhere; there's
just too much code that could get invoked during proc_exit().
2001-01-12 21:54:01 +00:00
..
heapam.c Add more critical-section calls: all code sections that hold spinlocks 2001-01-12 21:54:01 +00:00
hio.c Make pgsql compile on FreeBSD-alpha. 2000-11-16 05:51:07 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
stats.c Add: 2000-01-26 05:58:53 +00:00
tuptoaster.c If a field is incompressible ('compressed' data is actually larger than 2000-10-23 23:42:04 +00:00