pgsql/src/interfaces/libpq fe-exec.c libpq-fe.h

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/libpq fe-exec.c libpq-fe.h
Date: 2002-04-15 23:35:52
Message-ID: 20020415233552.73855479C97@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)org 02/04/15 19:35:51

Modified files:
src/interfaces/libpq: fe-exec.c libpq-fe.h

Log message:
Fix for NOTIFY when NAMEDATALEN is nonstandard in server. Fix idea from
Tom Lane to move string storage to end of structure but keep pointer in
the same location.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-04-15 23:39:44 pgsql/src/backend/commands vacuum.c
Previous Message Bruce Momjian - CVS 2002-04-15 23:34:17 pgsql/src/interfaces/libpq fe-connect.c fe-misc.c