pgsql: Check return code from strxfrm on Windows since it has a

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Check return code from strxfrm on Windows since it has a
Date: 2007-05-05 17:05:55
Message-ID: 20070505170555.602F09FB600@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Check return code from strxfrm on Windows since it has a
non-standard way of indicating errors, so we don't try to
allocate INT_MAX bytes to store a result in.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/adt:
selfuncs.c (r1.214.2.4 -> r1.214.2.5)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/selfuncs.c.diff?r1=1.214.2.4&r2=1.214.2.5)

Browse pgsql-committers by date

  From Date Subject
Next Message Jim Nasby 2007-05-05 21:55:58 Re: [COMMITTERS] pgsql: Teach tuplesort.c about "top N" sorting, in which only the first
Previous Message Magnus Hagander 2007-05-05 17:05:49 pgsql: Check return code from strxfrm on Windows since it has a