diff options
author | Andres Freund <andres@anarazel.de> | 2016-03-08 13:33:24 -0800 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2016-03-08 13:42:58 -0800 |
commit | 68dababfe3417399bddd4b10107458c6c13e8626 (patch) | |
tree | 388bb2cd79def1aaec51db1678d505a5e8cc34b0 /src/backend/storage/file/reinit.c | |
parent | bfb6686e4253809cd55ee8b1ae60edece9a52490 (diff) |
plperl: Correctly handle empty arrays in plperl_ref_from_pg_array.
plperl_ref_from_pg_array() didn't consider the case that postgrs arrays
can have 0 dimensions (when they're empty) and accessed the first
dimension without a check. Fix that by special casing the empty array
case.
Author: Alex Hunsaker
Reported-By: Andres Freund / valgrind / buildfarm animal skink
Discussion: 20160308063240.usnzg6bsbjrne667@alap3.anarazel.de
Backpatch: 9.1-
Diffstat (limited to 'src/backend/storage/file/reinit.c')
0 files changed, 0 insertions, 0 deletions