Re: Repleacement for src/port/snprintf.c

From: Nicolai Tufar <ntufar(at)gmail(dot)com>
To: Kurt Roeckx <kurt(at)roeckx(dot)be>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter_e(at)gmx(dot)net>, Magnus Hagander <mha(at)sollentuna(dot)net>, pgsql-hackers(at)postgresql(dot)org, pgsql-hackers-win32(at)postgresql(dot)org, pgsql-patches(at)postgresql(dot)org, devrim(at)gunduz(dot)org
Subject: Re: Repleacement for src/port/snprintf.c
Date: 2005-02-22 21:39:54
Message-ID: d809293905022213392a7581dc@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-hackers-win32 pgsql-patches

> On Mon, Feb 21, 2005 at 10:53:08PM -0500, Bruce Momjian wrote:
>
> Applied.

Thanks a lot. The patch attached solves the tread
safety problem. Please review it before applying,
I am not sure I am doing the right thing

On Tue, 22 Feb 2005 19:57:15 +0100, Kurt Roeckx <kurt(at)roeckx(dot)be> wrote:
> The configure test is a little broken. It needs to quote the
> $'s.
>
> I've rewritten the test a little.

This one needs applying too. $'s do get scrambled.

Best regards,
Nicolai.

Attachment Content-Type Size
snprintf.diff text/x-patch 9.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Neil Conway 2005-02-22 23:02:22 Re: left-deep plans?
Previous Message Simon Riggs 2005-02-22 21:20:24 Re: Design notes for BufMgrLock rewrite

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Jamie Deppeler 2005-02-22 22:45:57 pg_dump
Previous Message Magnus Hagander 2005-02-22 20:50:10 Re: [pgsql-hackers-win32] UNICODE/UTF-8 on win32

Browse pgsql-patches by date

  From Date Subject
Next Message Tatsuo Ishii 2005-02-23 02:44:29 Re: UTF8 or Unicode
Previous Message Kurt Roeckx 2005-02-22 18:57:15 Re: [PATCHES] [pgsql-hackers-win32] Repleacement for src/port/snprintf.c