Changes between Version 6 and Version 7 of DevWikiPGRegress


Ignore:
Timestamp:
Jan 14, 2011, 8:19:03 AM (13 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiPGRegress

    v6 v7  
    99psql -tXA -h localhost -U postgres -d postgis_reg -f myfunc.sql > myfunc_expected
    1010}}}
     11The make check does some regex replaces, so when you put in your expected, it may fail.  Replace your expected
     12with the output generated by the make check.
    1113 *  Add this .sql script to the Makefile.in in trunk/regress (NOTE: we can do this if you are submitting the patch).  Also note that if your function relies on a particular version of GEOS that is not the minimum version for the PostGIS release, you need to wrap it in a conditional of the form:
    1214