mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
From: Jeroen van Vianen <jeroenv@design.nl>
tools.patch patches tools/find_static (use indices to increase performance) and tools/ccsym (no hardcoded paths).
This commit is contained in:
@@ -27,6 +27,11 @@ echo "
|
||||
into table debug2
|
||||
from debug;
|
||||
|
||||
create index idebug on debug(scope,func);
|
||||
create index idebug2 on debug2(func,scope);
|
||||
vacuum debug;
|
||||
vacuum debug2;
|
||||
|
||||
update debug2
|
||||
set scope = '_'
|
||||
from debug
|
||||
|
||||
Reference in New Issue
Block a user