pgsql: Defend against null input in analyze_requires_snapshot(), per - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Defend against null input in analyze_requires_snapshot(), per
Date
Msg-id 20090130165910.4136A7559ED@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Make messages consistent with existing ones
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Defend against null input in analyze_requires_snapshot(), per