pgsql: Fix small oversight in recent patch to add more

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix small oversight in recent patch to add more
Date: 2005-10-13 15:34:19
Message-ID: 20051013153419.AFF73D7F63@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix small oversight in recent patch to add more CREATE-FUNCTION-time
syntax checking to plpgsql: check_sql_expr() wasn't being called by
make_select_stmt(), so that there was no SQL syntax check for SELECT
statements.

Modified Files:
--------------
pgsql/src/pl/plpgsql/src:
gram.y (r1.81 -> r1.82)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/gram.y.diff?r1=1.81&r2=1.82)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-10-13 15:37:14 pgsql: Use get_progname() in backend main.c, rather than port-specific
Previous Message Bruce Momjian 2005-10-13 14:58:33 pgsql: Change xpath_table() and xslt_process() from IMMUTABLE to STABLE.