Adding attisdropped

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Neil Conway" <nconway(at)klamath(dot)dyndns(dot)org>, "Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Adding attisdropped
Date: 2002-07-04 02:11:36
Message-ID: GNELIHDDFBOCMGBFGEFOGEOPCCAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Hi,

I've attached the changes I've made to pg_attribute.h - I can't see what's
wrong but whenever I do an initdb it fails:

initdb -D /home/chriskl/local/data
The files belonging to this database system will be owned by user "chriskl".
This user must also own the server process.

The database cluster will be initialized with locale C.

creating directory /home/chriskl/local/data... ok
creating directory /home/chriskl/local/data/base... ok
creating directory /home/chriskl/local/data/global... ok
creating directory /home/chriskl/local/data/pg_xlog... ok
creating directory /home/chriskl/local/data/pg_clog... ok
creating template1 database in /home/chriskl/local/data/base/1...
initdb failed.
Removing /home/chriskl/local/data.

Chris

Attachment Content-Type Size
attisdropped.txt text/plain 3.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-07-04 02:18:27 Re: BETWEEN Node & DROP COLUMN
Previous Message Christopher Kings-Lynne 2002-07-04 02:00:11 Re: BETWEEN Node & DROP COLUMN

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-07-04 03:03:13 Re: [SQL] pg_restore cannot restore function
Previous Message Manfred Koizar 2002-07-03 19:37:00 Re: Wrap access to Oid in HeapTupleHeader