]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Add PostgresVersion.pm method to emit the major version string
authorAndrew Dunstan <andrew@dunslane.net>
Thu, 29 Jul 2021 09:58:08 +0000 (05:58 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Thu, 29 Jul 2021 09:58:08 +0000 (05:58 -0400)
commit1e8d89f8800e0aaafc66e87e8e5fedf5dbd038cf
treec01446784380866561c6f70ecd26ebcb55baf656
parent5dc932f9e7b7d1992abd33d1c519899dd1c30272
Add PostgresVersion.pm method to emit the major version string

For versions before 10, this will produce dotted notation unless a
separator argument is given, in which case it is used.
src/test/perl/PostgresVersion.pm