postgrespro / pgsphere

PgSphere provides spherical data types, functions, operators, and indexing for PostgreSQL.
https://pgsphere.org
BSD 3-Clause "New" or "Revised" License
16 stars 14 forks source link

make test: Don't track NOTICEs #79

Closed df7cb closed 12 months ago

df7cb commented 12 months ago

There's little value in tracking the noise of NOTICEs emitted during loading pg_sphere.test.sql, so just mute them.

The gain from this change is that future patches will not have to update the changed line numbers in the output tracked. (Cf. c2a235160)

\set ECHO all at the end of the file can be removed since a new psql session will be created for the next file anyway.

vitcpp commented 12 months ago

Cool. Thank you!

df7cb commented 12 months ago

Rebased to master.