postgresql/src/pl/tcl
Tom Lane 4ecd197437 Check that result tupdesc has exactly 1 column in return_next scalar case.
This should always be true, but since we're relying on a tuple descriptor
passed from outside pltcl itself, let's check.  Per a gripe from Coverity.
2016-11-15 16:48:19 -05:00
..
expected Support PL/Tcl functions that return composite types and/or sets. 2016-11-06 17:56:05 -05:00
modules Fix whitespace issues found by git diff --check, add gitattributes 2013-11-10 14:48:29 -05:00
po Translation updates 2016-08-08 11:08:00 -04:00
sql Support PL/Tcl functions that return composite types and/or sets. 2016-11-06 17:56:05 -05:00
.gitignore Improve PL/Tcl errorCode facility by providing decoded name for SQLSTATE. 2016-03-25 16:54:52 -04:00
generate-pltclerrcodes.pl Improve PL/Tcl errorCode facility by providing decoded name for SQLSTATE. 2016-03-25 16:54:52 -04:00
Makefile Fix PL/Tcl for vpath builds. 2016-03-25 17:13:03 -04:00
nls.mk Translation updates 2016-05-09 10:04:41 -04:00
pltcl--1.0.sql Put comments on the installable procedural languages. 2011-07-03 19:03:51 -04:00
pltcl--unpackaged--1.0.sql Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00
pltcl.c Check that result tupdesc has exactly 1 column in return_next scalar case. 2016-11-15 16:48:19 -05:00
pltcl.control Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00
pltclu--1.0.sql Put comments on the installable procedural languages. 2011-07-03 19:03:51 -04:00
pltclu--unpackaged--1.0.sql Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00
pltclu.control Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00