Re: Navigating time-warps in the CVS tree (was re the rule system)
От | Tom Lane |
---|---|
Тема | Re: Navigating time-warps in the CVS tree (was re the rule system) |
Дата | |
Msg-id | 16370.972336154@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: Navigating time-warps in the CVS tree (was re the rule system) ("Kevin O'Gorman" <kogorman@pacbell.net>) |
Список | pgsql-hackers |
"Kevin O'Gorman" <kogorman@pacbell.net> writes: > pg_backup_custom.c: In function `_DoDeflate': > pg_backup_custom.c:846: `z_streamp' undeclared (first use in this function) > pg_backup_custom.c:846: parse error before `zp' > pg_backup_custom.c:849: `ctx' undeclared (first use in this function) > pg_backup_custom.c:852: `AH' undeclared (first use in this function) > pg_backup_custom.c:854: `zp' undeclared (first use in this function) > pg_backup_custom.c:854: `flush' undeclared (first use in this function) > pg_backup_custom.c: In function `_EndDataCompressor': > pg_backup_custom.c:912: `ctx' undeclared (first use in this function) > pg_backup_custom.c:912: parse error before `)' > pg_backup_custom.c:913: `z_streamp' undeclared (first use in this function) > pg_backup_custom.c:918: `zp' undeclared (first use in this function) Hmm. Looks like Philip neglected to see to it that pg_dump will compile when libz is not present --- the "#include <zlib.h>" is properly ifdef'd out, but the code isn't. Over to you, Philip ... regards, tom lane
В списке pgsql-hackers по дате отправления: