pgsql: Improve C comment about why we return "0 0" for some tags. - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Improve C comment about why we return "0 0" for some tags.
Date
Msg-id 20100213224541.C8AE37541C5@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Improve C comment about why we return "0 0" for some tags.

Modified Files:
--------------
    pgsql/src/backend/tcop:
        pquery.c (r1.134 -> r1.135)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/pquery.c?r1=1.134&r2=1.135)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Don't expose the inline definition of MemoryContextSwitchTo when
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Document the behavior of STRICT VARIADIC functions.