diff options
author | Bruce Momjian <bruce@momjian.us> | 2018-08-09 10:13:15 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2018-08-09 10:13:15 -0400 |
commit | 0d428b6553bcedf8faf51ed9947c3a59238f8da8 (patch) | |
tree | 0e1ec95dd5b33e96b12d3267d99902addecddff2 /src/backend/executor/nodeLimit.c | |
parent | 8e4e783ee4f1cb64a46798989e5fd04c7c0a2f53 (diff) | |
download | postgresql-0d428b6553bcedf8faf51ed9947c3a59238f8da8.tar.gz postgresql-0d428b6553bcedf8faf51ed9947c3a59238f8da8.zip |
docs: Only first instance of a PREPARE parameter sets data type
If the first reference to $1 is "($1 = col) or ($1 is null)", the data
type can be determined, but not for "($1 is null) or ($1 = col)". This
change documents this.
Reported-by: Morgan Owens
Discussion: https://postgr.es/m/153233728858.1404.15268121695358514937@wrigleys.postgresql.org
Backpatch-through: 9.3
Diffstat (limited to 'src/backend/executor/nodeLimit.c')
0 files changed, 0 insertions, 0 deletions