summaryrefslogtreecommitdiff
path: root/contrib/tsm_system_rows
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2015-05-16 20:43:32 -0400
committerPeter Eisentraut <peter_e@gmx.net>2015-05-16 20:43:32 -0400
commite6dc503445e729d23ea12144db60d87e953ace95 (patch)
tree81a4dfb80bc25486c9a45dbeee959a8acd1aec69 /contrib/tsm_system_rows
parent0563b4c0c3b7cc2323cfb63e11d723764e2d5f7d (diff)
downloadpostgresql-e6dc503445e729d23ea12144db60d87e953ace95.tar.gz
Fix whitespace
Diffstat (limited to 'contrib/tsm_system_rows')
-rw-r--r--contrib/tsm_system_rows/tsm_system_rows--1.0.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/tsm_system_rows/tsm_system_rows--1.0.sql b/contrib/tsm_system_rows/tsm_system_rows--1.0.sql
index 9d1b7e23f0..1a29c584b5 100644
--- a/contrib/tsm_system_rows/tsm_system_rows--1.0.sql
+++ b/contrib/tsm_system_rows/tsm_system_rows--1.0.sql
@@ -42,4 +42,3 @@ INSERT INTO pg_tablesample_method VALUES('system_rows', false, true,
'tsm_system_rows_init', 'tsm_system_rows_nextblock',
'tsm_system_rows_nexttuple', 'tsm_system_rows_examinetuple',
'tsm_system_rows_end', 'tsm_system_rows_reset', 'tsm_system_rows_cost');
-