pgsql: Use pg_strcasecmp instead of strcasecmp for portability

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use pg_strcasecmp instead of strcasecmp for portability
Date: 2011-01-23 16:35:24
Message-ID: E1Ph2uS-00054L-LF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use pg_strcasecmp instead of strcasecmp for portability

Per buildfarm.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=d13e0975c9812dea583486e1d2efd3bc3e638df5

Modified Files
--------------
src/bin/pg_basebackup/pg_basebackup.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-01-23 17:14:31 Re: pgsql: Add pg_basebackup tool for streaming base backups
Previous Message Magnus Hagander 2011-01-23 16:28:46 pgsql: Only show pg_stat_replication details to superusers