pgsql: In SRF example, move oldcontext variable definition into the - Mailing list pgsql-committers

From petere@postgresql.org (Peter Eisentraut)
Subject pgsql: In SRF example, move oldcontext variable definition into the
Date
Msg-id 20091130154935.4A114753FB7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
In SRF example, move oldcontext variable definition into the FIRSTCALL
branch, which is how most actual code is actually structured.  Also fix
slight whitespace misalignment.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        xfunc.sgml (r1.141 -> r1.142)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/xfunc.sgml?r1=1.141&r2=1.142)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Properly indent SGML.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Avoid core dump on empty thesaurus dictionary.