mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Break parser functions into smaller files, group together.
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
#!/bin/sh
|
||||
# check regression tests
|
||||
# usage: checkresults < results.out
|
||||
# usage: checkresults [ regress.out ]
|
||||
|
||||
[ "$#" -eq 0 ] && set regress.out
|
||||
|
||||
for file in `cat "$@" | grep 'failed$' | cut -d " " -f 1`
|
||||
do
|
||||
|
Reference in New Issue
Block a user