pgsql: Mark the SLRU page as dirty when setting an entry in pg_serial.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Mark the SLRU page as dirty when setting an entry in pg_serial.
Date: 2011-06-09 09:12:12
Message-ID: E1QUbHg-0001Oc-UP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Mark the SLRU page as dirty when setting an entry in pg_serial. In the
passing, fix an incorrect comment.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5234161ac10350e009874e4872935a6133d8f0fc

Modified Files
--------------
src/backend/storage/lmgr/predicate.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2011-06-09 16:12:56 pgsql: Add gitignore for mingw/cygwin build outputs
Previous Message Peter Eisentraut 2011-06-09 04:45:08 pgsql: Fix documentation of information_schema.element_types