pgsql: Recent changes got the sense of the notnull bit backwards in the - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Recent changes got the sense of the notnull bit backwards in the
Date
Msg-id 20050423174536.1E6CE534F5@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Recent changes got the sense of the notnull bit backwards in the 2.0
protocol output routines.  Mea culpa :-(.  Per report from Kris Jurka.

Modified Files:
--------------
    pgsql/src/backend/access/common:
        printtup.c (r1.88 -> r1.89)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/common/printtup.c.diff?r1=1.88&r2=1.89)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Define the right-hand input of AT TIME ZONE as a full a_expr
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Treat a zero-D array as empty in int_enum(), per