OSDN Git Service

pg_database's datpath column must not be marked toastable, because
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 14 Jan 2001 22:17:22 +0000 (22:17 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 14 Jan 2001 22:17:22 +0000 (22:17 +0000)
commit8a0c9b17a5c4a2dbeaf4c7f087f502d8f828015b
tree882f1f73777b5126f8314701fda6410896e815c1
parenta3cac3a03b088257d90080e905ca525ad76f206c
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.
src/include/catalog/pg_attribute.h