Regression - GNUmakefile - pg_usleep

From: "Rocco Altier" <RoccoA(at)Routescape(dot)com>
To: "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Subject: Regression - GNUmakefile - pg_usleep
Date: 2005-07-24 05:49:26
Message-ID: 6E0907A94904D94B99D7F387E08C4F5730ECAD@FALCON.INSIGHT
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Attached patch fixes the SHLIB_LINK to add pgport now that pg_usleep is
added.

This is needed for AIX to resolve symbols at compile time.

This is also to be used in conjuction with the other patch I have
pending for Makefile.aix to SHLIB_LINK instead of LIBS to compile shared
objects.

Thanks,
-rocco

Attachment Content-Type Size
regress_makefile.patch application/octet-stream 314 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Titus von Boxberg 2005-07-24 10:06:39 Re: PL/PGSQL: Dynamic Record Introspection
Previous Message Rocco Altier 2005-07-24 05:41:47 Re: fix integer datetime division rounding error