Commit db93e73
committed
Fix wrong construct_array_builtin() call in GUCArrayDelete()
The current code unintentionally uses the wrong datum to construct an array.
The bug was introduced by 096dd80, so no backpatching is needed.
Reported-by: David Steele
Discussion: https://postgr.es/m/d46f9265-ff3c-6743-2278-6772598233c2%40pgmasters.net
Author: Nathan Bossart
Reviewed-by: David Steele, Tom Lane1 parent df38157 commit db93e73
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6496 | 6496 | | |
6497 | 6497 | | |
6498 | 6498 | | |
6499 | | - | |
| 6499 | + | |
| 6500 | + | |
6500 | 6501 | | |
6501 | 6502 | | |
6502 | 6503 | | |
| |||
0 commit comments