pgsql/src/include/catalog pg_attribute.h

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/include/catalog pg_attribute.h
Date: 2001-01-14 22:17:23
Message-ID: 200101142217.f0EMHMF66703@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/01/14 17:17:22

Modified files:
src/include/catalog: pg_attribute.h

Log message:
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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-01-14 22:21:05 pgsql/src/backend/utils/misc database.c
Previous Message Tom Lane 2001-01-14 22:14:10 pgsql/src/backend/commands dbcommands.c