pgsql/contrib/chkpass chkpass.c - Mailing list pgsql-committers

From D'Arcy J.M. Cain - vex.net
Subject pgsql/contrib/chkpass chkpass.c
Date
Msg-id 200105271906.f4RJ6Ll30905@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    darcy@hub.org    01/05/27 15:06:21

Modified files:
    contrib/chkpass: chkpass.c

Log message:
    Changed use of macros for extracting information.  According to comments
    in c.h we should be using the visible structure.  We should only see
    de-TOASTed values in this program.  The old method refused to compile
    because the length macro was no longer an lvalue.


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql/src/backend/utils/adt selfuncs.c
Next
From: Tom Lane
Date:
Subject: pgsql/src/backend/executor nodeHash.c nodeInde ...