Andrew Dunstan <[EMAIL PROTECTED]> writes:
> This has refreshed my fading memory. The patch seems like the best 
> solution. Is there any objection to applying it?

Putting the switch at the end seems certain to fail on some platforms
(some versions of getopt are fussier than others).
  
>   bigtest:
> !     $(SHELL) ./pg_regress --schedule=$(srcdir)/serial_schedule 
> --multibyte=$(MULTIBYTE) --load-language=plpgsql numeric_big $(NOLOCALE)
  
>   bigcheck:
> !     $(SHELL) ./pg_regress --temp-install --top-builddir=$(top_builddir) 
> --temp-port=$(TEMP_PORT) --schedule=$(srcdir)/parallel_schedule 
> --multibyte=$(MULTIBYTE) --load-language=plpgsql $(MAXCONNOPT) numeric_big 
> $(NOLOCALE)

Put it with the other switches, and I won't object.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply via email to