Repleacement for src/port/snprintf.c

From: Nicolai Tufar <ntufar(at)gmail(dot)com>
To: 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: Repleacement for src/port/snprintf.c
Date: 2005-01-30 10:17:35
Message-ID: d80929390501300217700c6b7b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-hackers-win32 pgsql-patches

Greetings,
I would like to submit my changes to src/port/snprintf.c to
enable %n$ format placeholder replacement in snprintf() and
vsnprintf(). Additionally I implemented a trivial printf().

I also attach a diff for configure.in to include snprintf.o
in pgport but I am sure it is not the right thing to do.
Could someone give a hint on where I need to place such a
definition.

Best regards,
Nicolai Tufar

Attachment Content-Type Size
snprintf.diff text/plain 10.0 KB
configure.in.diff text/plain 305 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message John Hansen 2005-01-30 10:31:12 Re: [BUGS] Bug in create operator and/or initdb
Previous Message Jim C. Nasby 2005-01-30 09:57:29 Re: Implementing Bitmap Indexes

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Hiroshi Saito 2005-02-01 18:24:43 simple doubt with shfolder.lib?
Previous Message Merlin Moncure 2005-01-27 17:38:58 why postgresql does not run as local sysetm.

Browse pgsql-patches by date

  From Date Subject
Next Message Devrim GUNDUZ 2005-01-30 11:19:11 Turkish translation updates for 8.0.1
Previous Message Alvaro Herrera 2005-01-30 02:47:59 Re: Continue transactions after errors in psql