Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

pgsql: Back-patch fix for ALTER DATABASE failing to flush pg_database


  • From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
  • To: pgsql-committers(at)postgresql(dot)org
  • Subject: pgsql: Back-patch fix for ALTER DATABASE failing to flush pg_database
  • Date: Thu, 18 Nov 2004 01:19:45 +0000 (GMT)
  • Message-id: <20041118011945.0E06B3A4489@svr1.postgresql.org> <text/plain>

Log Message:
-----------
Back-patch fix for ALTER DATABASE failing to flush pg_database changes
to disk right away.  This is just a one-liner change rather than trying
to use FlushRelationBuffers().

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql/src/backend/commands:
        dbcommands.c (r1.124 -> r1.124.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/dbcommands.c.diff?r1=1.124&r2=1.124.2.1)



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group