| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | teg(at)redhat(dot)com (Trond Eivind =?iso-8859-1?q?Glomsr=F8d?=) |
| Cc: | Jan Wieck <janwieck(at)yahoo(dot)com>, Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Zlib vulnerability heads-up. |
| Date: | 2002-03-13 14:50:16 |
| Message-ID: | 8492.1016031016@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general pgsql-hackers |
teg(at)redhat(dot)com (Trond Eivind =?iso-8859-1?q?Glomsr=F8d?=) writes:
>>> But what _does_ use zlib in PostgreSQL?
>>
>> On a quick search I can only see pg_backup using it.
> I see many more, including the postmaster:
AFAIK the only actual *use* of zlib is in pg_dump/pg_restore.
Pretty much all our executables will be *linked* to it, however.
This is because Autoconf doesn't conveniently support making different
LIBS lists for every executable, and so we just use one one-size-fits-
all list for all of 'em. (Perhaps AC 2.5* will make this better?)
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | will trillich | 2002-03-13 15:03:04 | FAQ -- 'cache lookup failed' still a puzzle |
| Previous Message | PGMailList | 2002-03-13 14:47:49 | Re: Field Constraints |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jan Wieck | 2002-03-13 14:59:21 | Re: PL/pgSQL RENAME bug? |
| Previous Message | Gavin Sherry | 2002-03-13 14:30:46 | Archives |