pgsql: Recreate ecpg_config.h with a stamp file created by

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Recreate ecpg_config.h with a stamp file created by
Date: 2009-01-22 22:27:13
Message-ID: 20090122222713.35A807559ED@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Recreate ecpg_config.h with a stamp file created by config.status, same
way pg_config.h is handled. This avoids reruns of config.status on every
build, if configure has been rerun.

Modified Files:
--------------
pgsql:
configure (r1.629 -> r1.630)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.629&r2=1.630)
configure.in (r1.588 -> r1.589)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure.in?r1=1.588&r2=1.589)
pgsql/src:
Makefile.global.in (r1.251 -> r1.252)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.global.in?r1=1.251&r2=1.252)
pgsql/src/interfaces/ecpg/include:
Makefile (r1.32 -> r1.33)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/include/Makefile?r1=1.32&r2=1.33)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2009-01-22 22:56:54 pgsql: Document that SELECT FOR UPDATE/SHARE with ORDER BY might return
Previous Message Tom Lane 2009-01-22 20:16:10 pgsql: Support column-level privileges, as required by SQL standard.