sql regress files missing

Started by Patrick Welchealmost 27 years ago3 messageshackers
Jump to latest
#1Patrick Welche
prlw1@newn.cam.ac.uk

src/test/regress/sql/
create_function_1.sql
create_function_2.sql
constraints.sql
copy.sql
misc.sql
install_plpgsql.sql

seem to be missing from the cvs tree? (Got case.sql today :)

Cheers,

Patrick

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Patrick Welche (#1)
Re: [HACKERS] sql regress files missing

"Patrick Welche" <prlw1@newn.cam.ac.uk> writes:

src/test/regress/sql/
create_function_1.sql
create_function_2.sql
constraints.sql
copy.sql
misc.sql
install_plpgsql.sql

seem to be missing from the cvs tree? (Got case.sql today :)

They're not part of the cvs tree --- those files are all generated
from the prototypes in src/test/regress/input/ during 'make all'.

regards, tom lane

#3Patrick Welche
prlw1@newn.cam.ac.uk
In reply to: Tom Lane (#2)
Re: [HACKERS] sql regress files missing

Tom Lane wrote:

"Patrick Welche" <prlw1@newn.cam.ac.uk> writes:

src/test/regress/sql/

...

seem to be missing from the cvs tree? (Got case.sql today :)

They're not part of the cvs tree --- those files are all generated
from the prototypes in src/test/regress/input/ during 'make all'.

Ah - thank you - I just made runtest.

Cheers,

Patrick