Обсуждение: pgsql: Adjust to latest Msys2 kernel release number

Поиск
Список
Период
Сортировка

pgsql: Adjust to latest Msys2 kernel release number

От
Andrew Dunstan
Дата:
Adjust to latest Msys2 kernel release number

Previously 'uname -r' on Msys2 reported a kernele release starting with
2. The latest version starts with 3. In commit 1638623f we specifically
looked for one starting with 2. This is now changed to look for any
digit between 2 and 9.

backpatch to release 10.

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/b4e7b91011dc2287a700ffe93152aafa9852144b

Modified Files
--------------
src/bin/pg_dump/t/010_dump_connstr.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)