1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +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

@ -37,4 +37,3 @@ INSERT INTO pg_tablesample_method VALUES('system_time', false, true,
'tsm_system_time_init', 'tsm_system_time_nextblock',
'tsm_system_time_nexttuple', '-', 'tsm_system_time_end',
'tsm_system_time_reset', 'tsm_system_time_cost');