Bug #552: src/backend/catalog/README - Mailing list pgsql-bugs

From pgsql-bugs@postgresql.org
Subject Bug #552: src/backend/catalog/README
Date
Msg-id 200201041549.g04FnuL66239@postgresql.org
Whole thread Raw
Responses Re: Bug #552: src/backend/catalog/README  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-bugs
Holger Krug (hkrug@rationalizer.com) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
src/backend/catalog/README

Long Description
src/backend/catalog/README:

tuples are in fact present.  That is, only the variable-length
portions of a catalog tuple are assumed to be permitted to be
>>>non-NULL<<<.  For example, if you set pg_type.typdelim to be NULL, a
piece of code will likely perform "typetup->typdelim" (or, worse,

Should be `NULL' in all places !!

Sample Code


No file was uploaded with this report

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #551: alter table add field serial - does not create serial field
Next
From: Lee Kindness
Date:
Subject: ECPG bug in --help