pgsql: Defend against null input in analyze_requires_snapshot(), per

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Defend against null input in analyze_requires_snapshot(), per
Date: 2009-01-30 16:59:10
Message-ID: 20090130165910.4136A7559ED@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Defend against null input in analyze_requires_snapshot(), per report
from Rushabh Lathia.

Back-patch of patch of 2009-01-08. This is necessary in 8.3, as reported
by Bjorn Munch. It's not currently necessary in 8.2, AFAICS, but seems
best to include it there too.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
pgsql/src/backend/parser:
analyze.c (r1.371.2.1 -> r1.371.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/analyze.c?r1=1.371.2.1&r2=1.371.2.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-01-30 16:59:16 pgsql: Defend against null input in analyze_requires_snapshot(), per
Previous Message Peter Eisentraut 2009-01-30 12:53:43 pgsql: Make messages consistent with existing ones