Re: Navigating time-warps in the CVS tree (was re the rule system) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Navigating time-warps in the CVS tree (was re the rule system)
Date
Msg-id 16370.972336154@sss.pgh.pa.us
Whole thread Raw
In response to Re: Navigating time-warps in the CVS tree (was re the rule system)  ("Kevin O'Gorman" <kogorman@pacbell.net>)
List 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 by date:

Previous
From: Chris
Date:
Subject: Re: INHERITS doesn't offer enough functionality
Next
From: "Dominic J. Eidson"
Date:
Subject: Re: [GENERAL] Great Bridge is hiring!