]> granicus.if.org Git - postgresql/commit
Move MemoryContextCheck() call from bottom of PostgresMain loop to
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 13 Aug 2003 16:16:23 +0000 (16:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 13 Aug 2003 16:16:23 +0000 (16:16 +0000)
commit5be44fa453df96aecfa5eb717553e8264700db18
treeb71accba00dfeda10a0354907e689e8ddcc55221
parent364ef5148495f2b7d656aa04643c61737510b66c
Move MemoryContextCheck() call from bottom of PostgresMain loop to
just before CommitTransactionCommand().  This is a more sensible place
to put it since commit discards a lot of contexts, and we'd not find
out about stomps affecting only transaction-local contexts.
src/backend/tcop/postgres.c