BUG #6525: t_infomask2 is uint16, not int16

From: koizumistr(at)minos(dot)ocn(dot)ne(dot)jp
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #6525: t_infomask2 is uint16, not int16
Date: 2012-03-11 05:41:41
Message-ID: E1S6bXJ-0006v0-Te@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 6525
Logged by: KOIZUMI Satoru
Email address: koizumistr(at)minos(dot)ocn(dot)ne(dot)jp
PostgreSQL version: 9.1.3
Operating system: Mac OS X
Description:

In Table 55-4. HeapTupleHeaderData Layout, the type of t_infomask2 is
"int16". But in src/include/access/htup.h, it is "uint16". Maybe the
document is wrong.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Jeff Davis 2012-03-11 18:20:04 check_locale() and the empty string
Previous Message spamik 2012-03-10 03:50:16 BUG #6524: lpermission denied to create extension "ltree". Must be superuser to create this extension.