]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Separate prepared statement and bind parameters with comma.
authorBruce Momjian <bruce@momjian.us>
Tue, 29 Aug 2006 20:10:42 +0000 (20:10 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 29 Aug 2006 20:10:42 +0000 (20:10 +0000)
commit7c5ac5ce2234688a1048d4c26d9fa7cabeaa004f
treefcc2b189cde32c188d458207b0a1fc9acb1d6667
parent5f6f70a04f875828f12ac27320ac8abb46051552
Separate prepared statement and bind parameters with comma.

Fix printing of NULL bind parameters, use "NULL".
src/backend/tcop/postgres.c