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

Lists: pgsql-committers
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
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.