Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Commit 4d67fdf

Browse files
author
Alexander Lakhin
committed
Add a reference to the task about pg_controldata inconsistency
1 parent df6ccdb commit 4d67fdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests_install/test_full_install.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ def test_full_install(self, request):
398398
'"%s"' % pginst.get_datadir()
399399
).split('\n')
400400
if name == 'postgrespro' and not (edition in ['1c', 'sql']):
401+
# PGPRO-5015
401402
if cdout[0].startswith('pg_control edition:'):
402403
el = 0
403404
elif cdout[1].startswith('pg_control edition:'):

0 commit comments

Comments
 (0)