Test: fix regress.sh to set numeric PostgreSQL version number.
Non stable PostgreSQL version number e.g. "20devel" cannot be parsed
by some test scripts because they expect PostgreSQL number has numeric
only. To fix this, remove non numeric letters from the version number
string. (for example, "20devel" -> "20").
Auther: Tatsuo Ishii <ishii(at)postgresql(dot)org>
Backpatch-through: v4.3
Branch
------
V4_5_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=7bc77e61a42f68f09918bc2954de7d8ca8bb3b4b
Modified Files
--------------
src/test/regression/regress.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)