postgresql: Fixed calculation of a database's max_params_num.
authorSebastian Harl <sh@tokkee.org>
Mon, 16 Feb 2009 21:41:19 +0000 (22:41 +0100)
committerSebastian Harl <sh@tokkee.org>
Mon, 16 Feb 2009 21:41:19 +0000 (22:41 +0100)
commit878bbfa128acf19da369452f12db5609e2b7d037
tree6f96eb7050de52006a97e8e0cbe9171b60df1a1e
parentdd836cfe45ef3c59ac3d29396115f18c043bb692
postgresql: Fixed calculation of a database's max_params_num.

This parameter is used to store the size of a frequently used temporary list
and allows that it may be efficiently stored on the stack. It was accidentally
lost in commit 4d380d9, triggering an assertion in c_psql_exec_query_params().
src/postgresql.c