Tom Lane wrote:
> I believe that if we do something like
>
>TEMP_PORT = 5$(default_port)
>
>check:
> pg_regress ... --temp_port=$(TEMP_PORT)
>
>then the port could be overridden without any source code hacks by
>"gmake TEMP_PORT=nnn check".
>
>
>
>
Works for me. Let's do it. If I understand this right it would not need
any changes on the buildfarm side.
cheers
andrew