Bug #552: src/backend/catalog/README

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: Bug #552: src/backend/catalog/README
Date: 2002-01-04 15:49:56
Message-ID: 200201041549.g04FnuL66239@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Holger Krug (hkrug(at)rationalizer(dot)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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Lee Kindness 2002-01-04 16:02:14 ECPG bug in --help
Previous Message andrea gelmini 2002-01-04 12:13:02 ehm...