1
0
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:
Neil Conway
2005-05-12 00:39:37 +00:00
parent 34b788d674
commit 8d6e9bca37
7 changed files with 23 additions and 24 deletions

View File

@ -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.