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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user