pg_database's datpath column must not be marked toastable, because

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

Commit: 8a0c9b17a5c4a2dbeaf4c7f087f502d8f828015b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-01-14T22:17:22Z
Releases: 7.1.1
pg_database's datpath column must not be marked toastable, because
GetRawDatabaseInfo() won't cope with a compressed path spec (much less
a moved-off one).  I'm not going to force an initdb for this change,
because it's noncritical --- we're not actually using datpath at all
right now.  But it seems a good idea to apply the fix while I'm thinking
about it.

Files

PathChange+/−
src/include/catalog/pg_attribute.h modified +3 −2