Skip to content

Commit b5769e6

Browse files
impl: subclass stub and their arginfo
1 parent a420d3a commit b5769e6

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

ext/pdo_pgsql/pdo_pgsql.stub.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ class PdoPgsql extends PDO
1111
/** @cvalue PDO_PGSQL_ATTR_DISABLE_PREPARES */
1212
public const int ATTR_DISABLE_PREPARES = UNKNOWN;
1313

14+
#ifdef HAVE_PG_RESULT_MEMORY_SIZE
15+
/** @cvalue PDO_PGSQL_ATTR_RESULT_MEMORY_SIZE */
16+
public const int ATTR_RESULT_MEMORY_SIZE = UNKNOWN;
17+
#endif
18+
1419
/** @cvalue PGSQL_TRANSACTION_IDLE */
1520
public const int TRANSACTION_IDLE = UNKNOWN;
1621

ext/pdo_pgsql/pdo_pgsql_arginfo.h

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

0 commit comments

Comments
 (0)