You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tom Lane
458857cc9d
Throw a useful error message if an extension script file is fed to psql.
...
We have seen one too many reports of people trying to use 9.1 extension
files in the old-fashioned way of sourcing them in psql. Not only does
that usually not work (due to failure to substitute for MODULE_PATHNAME
and/or @extschema@), but if it did work they'd get a collection of loose
objects not an extension. To prevent this, insert an \echo ... \quit
line that prints a suitable error message into each extension script file,
and teach commands/extension.c to ignore lines starting with \echo.
That should not only prevent any adverse consequences of loading a script
file the wrong way, but make it crystal clear to users that they need to
do it differently now.
Tom Lane, following an idea of Andrew Dunstan's. Back-patch into 9.1
... there is not going to be much value in this if we wait till 9.2.
14 years ago
..
data
Add missing newlines at end of files
15 years ago
expected
Add KNNGIST support to contrib/btree_gist.
15 years ago
sql
Add KNNGIST support to contrib/btree_gist.
15 years ago
.gitignore
Support "make check" in contrib
15 years ago
Makefile
Add -lm to SHLIB_LINK for contrib/btree_gist.
15 years ago
btree_bit.c
Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and
14 years ago
btree_bytea.c
Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and
14 years ago
btree_cash.c
Remove many -Wcast-qual warnings
14 years ago
btree_date.c
Remove many -Wcast-qual warnings
14 years ago
btree_float4.c
Remove many -Wcast-qual warnings
14 years ago
btree_float8.c
Remove many -Wcast-qual warnings
14 years ago
btree_gist--1.0.sql
Throw a useful error message if an extension script file is fed to psql.
14 years ago
btree_gist--unpackaged--1.0.sql
Throw a useful error message if an extension script file is fed to psql.
14 years ago
btree_gist.c
Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and
14 years ago
btree_gist.control
Convert contrib modules to use the extension facility.
15 years ago
btree_gist.h
Remove unnecessary #include references, per pgrminclude script.
14 years ago
btree_inet.c
Remove many -Wcast-qual warnings
14 years ago
btree_int2.c
Remove many -Wcast-qual warnings
14 years ago
btree_int4.c
Remove many -Wcast-qual warnings
14 years ago
btree_int8.c
Remove many -Wcast-qual warnings
14 years ago
btree_interval.c
Remove many -Wcast-qual warnings
14 years ago
btree_macaddr.c
Remove many -Wcast-qual warnings
14 years ago
btree_numeric.c
Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and
14 years ago
btree_oid.c
Remove many -Wcast-qual warnings
14 years ago
btree_text.c
Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and
14 years ago
btree_time.c
Remove many -Wcast-qual warnings
14 years ago
btree_ts.c
Remove many -Wcast-qual warnings
14 years ago
btree_utils_num.c
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
14 years ago
btree_utils_num.h
Remove unnecessary #include references, per pgrminclude script.
14 years ago
btree_utils_var.c
Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and
14 years ago
btree_utils_var.h
Remove unnecessary #include references, per pgrminclude script.
14 years ago