diff options
author | Tom Lane | 2006-10-11 20:21:28 +0000 |
---|---|---|
committer | Tom Lane | 2006-10-11 20:21:28 +0000 |
commit | 47cec0327eba5dc069f8b6ad851275b5edf7ff2f (patch) | |
tree | 417060af7e8d212241de547018da88513ddd0ca3 /doc/src | |
parent | 1c2d02c499b3b7fac1b2bbc9a7e00cc97eaa5886 (diff) |
Repair incorrect check for coercion of unknown literal to ANYARRAY, a bug
I introduced in 7.4.1 :-(. It's correct to allow unknown to be coerced to
ANY or ANYELEMENT, since it's a real-enough data type, but it most certainly
isn't an array datatype. This can cause a backend crash but AFAICT is not
exploitable as a security hole. Per report from Michael Fuhr.
Note: as fixed in HEAD, this changes a constant in the pg_stats view,
resulting in a change in the expected regression outputs. The back-branch
patches have been hacked to avoid that, so that pre-existing installations
won't start failing their regression tests.
Diffstat (limited to 'doc/src')
0 files changed, 0 insertions, 0 deletions