Run a test instance from the source directory

From: Arjen Nienhuis <a(dot)g(dot)nienhuis(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Run a test instance from the source directory
Date: 2015-05-26 22:07:59
Message-ID: CAG6W84JcCX6yNLh9OzD-pfZTr490xN9s70_rvaLDy-2CWk_EXw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I'd like to edit, compile, run, profile and debug in a loop. To do
that I put pg_sleep(3600) in the regression test suite.

That way I can easily change a file, 'make check', and then run some
SQL from another terminal.

Is there a 'better' way to run postgres after building? In a way that
doesn't break 'make check'?

Thanks,

Groeten, Arjen

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2015-05-26 23:28:39 Re: a few thoughts on the schedule
Previous Message Martín Marqués 2015-05-26 22:01:19 Re: about lob(idea)