pgsql: Surely this temp buffer needn't be static.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Surely this temp buffer needn't be static.
Date: 2006-09-22 19:51:14
Message-ID: 20060922195114.B0A669FB40A@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Surely this temp buffer needn't be static.

Modified Files:
--------------
pgsql/src/bin/scripts:
common.c (r1.21 -> r1.22)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/scripts/common.c.diff?r1=1.21&r2=1.22)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-09-22 21:39:59 pgsql: Fix bugs in plpgsql and ecpg caused by assuming that isspace()
Previous Message Peter Eisentraut 2006-09-22 18:50:41 pgsql: Rearrange yes/no prompting code so that the prompts always show