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)
commit453bbbd7addbc17abeb9ffd431d1ec8d6c64a04b
treedc3cc797cc9c912d0704ab4193eaf87ce50d603e
parent30d57f44bc7f8d3bda0f407bc98e2dc2d7275c17
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