pgsql: Now that the shared library name can be adjusted in the library

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Now that the shared library name can be adjusted in the library
Date: 2012-01-25 14:35:29
Message-ID: E1Rq3wf-0001Ts-SD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Now that the shared library name can be adjusted in the library test,
have pg_upgrade allocate a maximum fixed size buffer for testing the
library file name, rather than base the allocation on the library name.

Backpatch to 9.1.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6d5aae7afacc564ead2af88c76b13cfc55750556

Modified Files
--------------
contrib/pg_upgrade/function.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2012-01-25 16:24:24 pgsql: Add pg_trigger_depth() function
Previous Message Simon Riggs 2012-01-25 14:12:54 Re: [COMMITTERS] pgsql: Add new replication mode synchronous_commit = 'write'.