1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Fix whitespace

This commit is contained in:
Peter Eisentraut
2015-05-16 20:43:32 -04:00
parent 0563b4c0c3
commit e6dc503445
7 changed files with 1 additions and 8 deletions

View File

@ -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');