Back-patch fix for ALTER DATABASE failing to flush pg_database changes

Tom Lane <tgl@sss.pgh.pa.us>

Commit: bd677bb4438117d85ea3cd43dd696ea1ce9a4812
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-11-18T01:19:57Z
Releases: 7.3.9
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().

Files

PathChange+/−
src/backend/commands/dbcommands.c modified +9 −1