sql regress files missing
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
"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
Import Notes
Reply to msg id not found: YourmessageofSat8May1999184111+0100E10gB67-0006dQ-00@quartz.newn.cam.ac.uk | Resolved by subject fallback
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