pgsql/contrib/chkpass chkpass.c

From: "D'Arcy J(dot)M(dot) Cain - vex(dot)net" <darcy(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/contrib/chkpass chkpass.c
Date: 2001-05-27 19:06:21
Message-ID: 200105271906.f4RJ6Ll30905@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: darcy(at)hub(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-05-27 20:42:21 pgsql/src/backend/executor nodeHash.c nodeInde ...
Previous Message Tom Lane 2001-05-27 17:37:48 pgsql/src/backend/utils/adt selfuncs.c