From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Add validator to PL/Python |
Date: | 2011-02-01 20:55:54 |
Message-ID: | E1PkNGU-0004qe-1l@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Add validator to PL/Python
Jan Urbański, reviewed by Hitoshi Harada
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=15f55cc38a82dfa3d7898a7c30a303b1b3e87dc3
Modified Files
--------------
src/include/catalog/catversion.h | 2 +-
src/include/catalog/pg_pltemplate.h | 6 +-
src/pl/plpython/expected/README | 2 +
src/pl/plpython/expected/plpython_error.out | 24 ++++
src/pl/plpython/expected/plpython_error_0.out | 152 +++++++++++++++++++++++++
src/pl/plpython/expected/plpython_record.out | 6 +-
src/pl/plpython/expected/plpython_types.out | 6 +-
src/pl/plpython/expected/plpython_types_3.out | 6 +-
src/pl/plpython/plpython.c | 39 +++++++
src/pl/plpython/sql/plpython_error.sql | 23 ++++
10 files changed, 259 insertions(+), 7 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2011-02-01 21:44:24 | pgsql: Clarify documentation to state that "zero_damaged_pages" does no |
Previous Message | Bruce Momjian | 2011-02-01 20:23:50 | pgsql: Document that effective cache size does not assume data remains |