OSDN Git Service

Change target version to PG11 and fix the SPEC file
[pghintplan/pg_hint_plan.git] / sql / maskout.sh
1 #! /bin/sh
2 cat $1 | \
3 sed 's/cost=[\.0-9]*/cost=xxx/;s/width=[0-9]*/width=xxx/' |\
4 grep -v "Planning time:"