Re: 7.4: pg_dumplo fix

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
Cc: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: 7.4: pg_dumplo fix
Date: 2003-10-09 13:38:10
Message-ID: 200310091338.h99DcAg22153@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Patch applied. Thanks.

---------------------------------------------------------------------------

Karel Zak wrote:
>
> Hi,
>
> someone report me small bug in contrib/pg_dumplo today. It's problem
> with a little dirty snprintf() usage which I used some years ago:
>
> snprintf(path, BUFSIZ, "%s/lo_dump.index", path);
>
> Thanks,
> Karel
>
> --
> Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
> http://home.zf.jcu.cz/~zakkr/

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-10-09 19:07:10 Re: introduce "default_use_oids"
Previous Message Karel Zak 2003-10-09 07:55:16 7.4: pg_dumplo fix