1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-24 00:23:06 +03:00

Remove useless whitespace at end of lines

This commit is contained in:
Peter Eisentraut
2010-11-23 22:27:50 +02:00
parent 44475e782f
commit fc946c39ae
517 changed files with 3463 additions and 3508 deletions

View File

@@ -26,8 +26,8 @@ echo "
copy debug from '/tmp/"$$"';
select *
into table debug2
select *
into table debug2
from debug;
create index idebug on debug(scope,func);
@@ -35,8 +35,8 @@ echo "
vacuum debug;
vacuum debug2;
update debug2
set scope = '_'
update debug2
set scope = '_'
from debug
where debug2.func = debug.func and
debug2.scope = 'T' and debug.scope = 'U';