Re: [pgsql-hackers-win32] snprintf causes regression tests to fail

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Nicolai Tufar <ntufar(at)gmail(dot)com>, Magnus Hagander <mha(at)sollentuna(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, PostgreSQL Win32 port list <pgsql-hackers-win32(at)postgresql(dot)org>
Subject: Re: [pgsql-hackers-win32] snprintf causes regression tests to fail
Date: 2005-03-14 19:41:01
Message-ID: 29213.1110829261@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-hackers-win32 pgsql-patches

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> Is there no way to create a va_arg va_list structure in C?

Exactly. The standard lets you *read out* from such a structure,
but there's no provision for creating one on-the-fly.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message pgsql 2005-03-14 20:24:00 Re: signed short fd
Previous Message Bruce Momjian 2005-03-14 19:39:19 Re: [pgsql-hackers-win32] snprintf causes regression tests

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Bruce Momjian 2005-03-15 04:01:05 Re: [pgsql-hackers-win32] UNICODE/UTF-8 on win32
Previous Message Bruce Momjian 2005-03-14 19:39:19 Re: [pgsql-hackers-win32] snprintf causes regression tests

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2005-03-14 20:15:58 Re: [GENERAL] A way to let Vacuum warn if FSM settings are
Previous Message Bruce Momjian 2005-03-14 19:39:19 Re: [pgsql-hackers-win32] snprintf causes regression tests