1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-10 17:42:29 +03:00
Files
postgres/src/backend/commands
Tom Lane b2a2f4cef7 Force pg_database updates out to disk immediately after ALTER DATABASE;
this is to avoid scenarios where incoming backends find no live copies
of a database's row because the only live copy is in an as-yet-unwritten
shared buffer, which they can't see.  Also, use FlushRelationBuffers()
for forcing out pg_database, instead of the much more expensive BufferSync().
There's no need to write out pages belonging to other relations.
2004-11-18 01:14:26 +00:00
..
2004-08-29 05:07:03 +00:00
2004-08-29 05:07:03 +00:00
2004-08-29 05:07:03 +00:00
2004-08-29 05:07:03 +00:00
2004-08-29 05:07:03 +00:00
2004-08-29 05:07:03 +00:00
2004-08-29 04:13:13 +00:00
2004-08-29 05:07:03 +00:00
2004-08-29 05:07:03 +00:00
2004-08-29 05:07:03 +00:00
2004-08-29 05:07:03 +00:00