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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: kogorman(at)pacbell(dot)net
Cc: PGSQL Hackers List <pgsql-hackers(at)hub(dot)org>, Philip Warner <pjw(at)rhyme(dot)com(dot)au>
Subject: Re: Navigating time-warps in the CVS tree (was re the rule system)
Date: 2000-10-23 21:22:34
Message-ID: 16370.972336154@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Kevin O'Gorman" <kogorman(at)pacbell(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Vadim Mikheev 2000-10-23 21:23:06 Re: [HACKERS] Re: pgsql/src/test/regress/expected (plpgsql.out inet.out foreign_key.out errors.out)
Previous Message Chris 2000-10-23 21:13:28 Re: INHERITS doesn't offer enough functionality