Skip to content

Commit 01887af

Browse files
authored
Fix typo s/PGVERSION_NUM/PG_VERSION_NUM (#14516)
1 parent a9259c0 commit 01887af

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ext/pgsql/pgsql.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
* @cvalue PQERRORS_VERBOSE
184184
*/
185185
const PGSQL_ERRORS_VERBOSE = UNKNOWN;
186-
#if PGVERSION_NUM > 110000
186+
#if PG_VERSION_NUM > 110000
187187
/**
188188
* @var int
189189
* @cvalue PQERRORS_SQLSTATE

ext/pgsql/pgsql_arginfo.h

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)