Unix Technical Forum

pgcrypto regression test: how can I change the port?

This is a discussion on pgcrypto regression test: how can I change the port? within the pgsql Admins forums, part of the PostgreSQL category; --> I can't figure out how to change the port of the pgcrypto regression tests... I see how to change ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Admins

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-10-2008, 05:10 AM
Colin E. Freas
 
Posts: n/a
Default pgcrypto regression test: how can I change the port?


I can't figure out how to change the port of the pgcrypto regression
tests... I see how to change it in the regress.sh file, but, I can't
figure out how to invoke it with that option... make has never been a
forte of mine.

I mean... couldn't you just use ant?

Colin

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-10-2008, 05:10 AM
Colin E. Freas
 
Posts: n/a
Default Re: pgcrypto regression test: how can I change the port?


Found the PGPORT variable.

But is there a way to invoke the tests with a different port from the
command line?

Colin E. Freas wrote:

>
> I can't figure out how to change the port of the pgcrypto regression
> tests... I see how to change it in the regress.sh file, but, I can't
> figure out how to invoke it with that option... make has never been a
> forte of mine.
>
> I mean... couldn't you just use ant?
>
> Colin
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
>



---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-10-2008, 05:10 AM
Michael Fuhr
 
Posts: n/a
Default Re: pgcrypto regression test: how can I change the port?

On Thu, Aug 25, 2005 at 08:21:11PM -0400, Colin E. Freas wrote:
> Found the PGPORT variable.
>
> But is there a way to invoke the tests with a different port from the
> command line?


You should be able to set variables like PGPORT, PGUSER, PGHOST,
etc., on make's command line:

make PGPORT=12345 installcheck

Some systems have an "env" command that runs a command with a
modified environment:

env PGPORT=12345 make installcheck

--
Michael Fuhr

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

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 09:37 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com