Fix pg_last_notice()

This commit is contained in:
Zeev Suraski 2001-09-26 21:44:48 +00:00
parent 51e2a6b84e
commit dd01c11ee3
3 changed files with 13 additions and 11 deletions

View file

@ -123,6 +123,7 @@ typedef struct {
int le_lofp,le_string;
int ignore_notices;
char *last_notice;
uint last_notice_len;
} php_pgsql_globals;