mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
This patch makes some minor style cleanups to contrib/btree_gist: remove
the "extern" keyword from function definitions, reorganize some PG_GETARG_XXX() usage, and similar.
This commit is contained in:
@ -56,7 +56,7 @@ BENCHMARKS:
|
||||
|
||||
cd ./bench
|
||||
1. createdb TEST
|
||||
2. psql TEST < ../box.sql
|
||||
2. psql TEST < ../rtree_gist.sql
|
||||
3. ./create_test.pl | psql TEST
|
||||
-- change $NUM - number of rows in test dataset
|
||||
4. ./bench.pl - perl script to benchmark queries.
|
||||
|
Reference in New Issue
Block a user