Bug #552: src/backend/catalog/README

Started by PostgreSQL Bugs Listover 24 years ago2 messagesbugs
Jump to latest
#1PostgreSQL Bugs List
pgsql-bugs@postgresql.org

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

#2Bruce Momjian
bruce@momjian.us
In reply to: PostgreSQL Bugs List (#1)
Re: Bug #552: src/backend/catalog/README

Thanks. README updated with "NULL".

---------------------------------------------------------------------------

pgsql-bugs@postgresql.org wrote:

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

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026