pgsql/src/include/catalog pg_attribute.h - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/include/catalog pg_attribute.h
Date
Msg-id 200101142217.f0EMHMF66703@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.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.


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql/src/backend/commands dbcommands.c
Next
From: Tom Lane
Date:
Subject: pgsql/src/backend/utils/misc database.c