]> granicus.if.org Git - postgresql/commit
Back-patch fix for ALTER DATABASE failing to flush pg_database changes
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 18 Nov 2004 01:19:40 +0000 (01:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 18 Nov 2004 01:19:40 +0000 (01:19 +0000)
commita007dd1d21a161221e24350bd9343464a34e3c32
tree87644a2ec3e6d21c8f84a8605b7140491700ddde
parentaed7855dd8e71e66c19128b1c052bf5132b3dd3e
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().
src/backend/commands/dbcommands.c