pgsql: On Win32, return original patch if GetShortPathName() fails (no

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: On Win32, return original patch if GetShortPathName() fails (no
Date: 2006-06-06 22:32:19
Message-ID: 20060606223219.4A7CE9FA3A6@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
On Win32, return original patch if GetShortPathName() fails (no short
name, path does not exist), rather than returning nothing.

Backpatch to 8.1.X.

Modified Files:
--------------
pgsql/src/bin/pg_config:
pg_config.c (r1.18 -> r1.19)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_config/pg_config.c.diff?r1=1.18&r2=1.19)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-06-06 22:32:57 pgsql: On Win32, return original patch if GetShortPathName() fails (no
Previous Message Tom Lane 2006-06-06 17:59:58 pgsql: Make the planner estimate costs for nestloop inner indexscans on