forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit22a55b3
committed
Properly handle empty arrays returned from plperl functions.
Bug reported by David Wheeler, fix by Alex Hunsaker.# Please enter the commit message for your changes. Lines starting# with '#' will be ignored, and an empty message aborts the commit.# On branch master# Changes to be committed:# (use "git reset HEAD <file>..." to unstage)##modified: src/pl/plperl/plperl.c## Untracked files:# (use "git add <file>..." to include in what will be committed)##autom4te.cache/#configure.in~#doc/src/sgml/ref/grant.sgml~#src/backend/port/win32_latch.c~#src/bin/psql/command.c~#src/include/pg_config.h.win32~#src/pl/plpython/plpython.c~#src/tools/msvc/pgbison.bat~#src/tools/msvc/pgbison.pl.bak#src/tools/msvc/pgflex.bat~#src/tools/msvc/pgflex.pl.bak#src/tools/pgindent/README~#src/tools/pgindent/pgindent.pl#src/tools/pgindent/pgindent.pl~#xxxxx#yyyyyy1 parentdfee7d1 commit22a55b3
1 file changed
+7
-3
lines changedLines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1077 | 1077 |
| |
1078 | 1078 |
| |
1079 | 1079 |
| |
1080 |
| - | |
1081 |
| - | |
1082 |
| - | |
1083 | 1080 |
| |
1084 | 1081 |
| |
| 1082 | + | |
1085 | 1083 |
| |
| 1084 | + | |
| 1085 | + | |
1086 | 1086 |
| |
1087 | 1087 |
| |
| 1088 | + | |
1088 | 1089 |
| |
1089 | 1090 |
| |
1090 | 1091 |
| |
| |||
1148 | 1149 |
| |
1149 | 1150 |
| |
1150 | 1151 |
| |
| 1152 | + | |
| 1153 | + | |
| 1154 | + | |
1151 | 1155 |
| |
1152 | 1156 |
| |
1153 | 1157 |
| |
|
0 commit comments
Comments
(0)