pgsql: Make pg_regress -V consistent with the corresponding code in

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make pg_regress -V consistent with the corresponding code in
Date: 2008-02-20 22:44:16
Message-ID: 20080220224416.33BC2754108@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Make pg_regress -V consistent with the corresponding code in other
programs: use puts with a compile-time-constant string.

Modified Files:
--------------
pgsql/src/test/regress:
pg_regress.c (r1.41 -> r1.42)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.c?r1=1.41&r2=1.42)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-02-20 22:46:24 pgsql: Rename miscadmin.h's PG_VERSIONSTR macro to PG_BACKEND_VERSIONSTR
Previous Message User Pgunittest 2008-02-20 22:35:31 pgunittest - pgUnitTest_Rnd: