pgsql/src/interfaces/ecpg/lib execute.c

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/ecpg/lib execute.c
Date: 2001-09-29 20:12:08
Message-ID: 200109292012.f8TKC8a76639@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 01/09/29 16:12:07

Modified files:
src/interfaces/ecpg/lib: execute.c

Log message:
Fix the setlocale problem in a way that actually works. setlocale
returns a string corresponding to the new setting, not the old,
therefore the previous patch was quite wrong.

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2001-09-29 21:16:30 pgsql/src include/utils/pg_locale.h backend/ut ...
Previous Message tgl 2001-09-29 19:49:50 pgsql/src/backend/libpq md5.c