Skip to content

Commit 413cd4e

Browse files
committed
Update generated sources
1 parent 652b134 commit 413cd4e

40 files changed

Lines changed: 728 additions & 728 deletions

docs/ast.rst

Lines changed: 263 additions & 263 deletions
Large diffs are not rendered by default.

docs/cmptype.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
:mod:`pglast.enums.cmptype` --- Constants extracted from `cmptype.h`__
1010
========================================================================
1111

12-
__ https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/access/cmptype.h
12+
__ https://github.com/pganalyze/libpg_query/blob/6ced8d4/src/postgres/include/access/cmptype.h
1313

1414
.. module:: pglast.enums.cmptype
1515
:synopsis: Constants extracted from cmptype.h
1616

1717

1818
.. class:: pglast.enums.cmptype.CompareType
1919

20-
Corresponds to the `CompareType enum <https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/access/cmptype.h#L31>`__.
20+
Corresponds to the `CompareType enum <https://github.com/pganalyze/libpg_query/blob/6ced8d4/src/postgres/include/access/cmptype.h#L31>`__.
2121

2222
.. data:: COMPARE_INVALID
2323

docs/ddl.rst

Lines changed: 142 additions & 142 deletions
Large diffs are not rendered by default.

docs/dml.rst

Lines changed: 109 additions & 109 deletions
Large diffs are not rendered by default.

docs/lockdefs.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,48 +9,48 @@
99
:mod:`pglast.enums.lockdefs` --- Constants extracted from `lockdefs.h`__
1010
==========================================================================
1111

12-
__ https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/storage/lockdefs.h
12+
__ https://github.com/pganalyze/libpg_query/blob/6ced8d4/src/postgres/include/storage/lockdefs.h
1313

1414
.. module:: pglast.enums.lockdefs
1515
:synopsis: Constants extracted from lockdefs.h
1616

1717

1818
.. data:: NoLock
1919

20-
See `here for details <https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/storage/lockdefs.h#L34>`__.
20+
See `here for details <https://github.com/pganalyze/libpg_query/blob/6ced8d4/src/postgres/include/storage/lockdefs.h#L34>`__.
2121

2222
.. data:: AccessShareLock
2323

24-
See `here for details <https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/storage/lockdefs.h#L36>`__.
24+
See `here for details <https://github.com/pganalyze/libpg_query/blob/6ced8d4/src/postgres/include/storage/lockdefs.h#L36>`__.
2525

2626
.. data:: RowShareLock
2727

28-
See `here for details <https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/storage/lockdefs.h#L37>`__.
28+
See `here for details <https://github.com/pganalyze/libpg_query/blob/6ced8d4/src/postgres/include/storage/lockdefs.h#L37>`__.
2929

3030
.. data:: RowExclusiveLock
3131

32-
See `here for details <https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/storage/lockdefs.h#L38>`__.
32+
See `here for details <https://github.com/pganalyze/libpg_query/blob/6ced8d4/src/postgres/include/storage/lockdefs.h#L38>`__.
3333

3434
.. data:: ShareUpdateExclusiveLock
3535

36-
See `here for details <https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/storage/lockdefs.h#L39>`__.
36+
See `here for details <https://github.com/pganalyze/libpg_query/blob/6ced8d4/src/postgres/include/storage/lockdefs.h#L39>`__.
3737

3838
.. data:: ShareLock
3939

40-
See `here for details <https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/storage/lockdefs.h#L41>`__.
40+
See `here for details <https://github.com/pganalyze/libpg_query/blob/6ced8d4/src/postgres/include/storage/lockdefs.h#L41>`__.
4141

4242
.. data:: ShareRowExclusiveLock
4343

44-
See `here for details <https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/storage/lockdefs.h#L42>`__.
44+
See `here for details <https://github.com/pganalyze/libpg_query/blob/6ced8d4/src/postgres/include/storage/lockdefs.h#L42>`__.
4545

4646
.. data:: ExclusiveLock
4747

48-
See `here for details <https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/storage/lockdefs.h#L44>`__.
48+
See `here for details <https://github.com/pganalyze/libpg_query/blob/6ced8d4/src/postgres/include/storage/lockdefs.h#L44>`__.
4949

5050
.. data:: AccessExclusiveLock
5151

52-
See `here for details <https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/storage/lockdefs.h#L45>`__.
52+
See `here for details <https://github.com/pganalyze/libpg_query/blob/6ced8d4/src/postgres/include/storage/lockdefs.h#L45>`__.
5353

5454
.. data:: MaxLockMode
5555

56-
See `here for details <https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/storage/lockdefs.h#L48>`__.
56+
See `here for details <https://github.com/pganalyze/libpg_query/blob/6ced8d4/src/postgres/include/storage/lockdefs.h#L48>`__.

docs/lockoptions.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
:mod:`pglast.enums.lockoptions` --- Constants extracted from `lockoptions.h`__
1010
================================================================================
1111

12-
__ https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/nodes/lockoptions.h
12+
__ https://github.com/pganalyze/libpg_query/blob/6ced8d4/src/postgres/include/nodes/lockoptions.h
1313

1414
.. module:: pglast.enums.lockoptions
1515
:synopsis: Constants extracted from lockoptions.h
1616

1717

1818
.. class:: pglast.enums.lockoptions.LockClauseStrength
1919

20-
Corresponds to the `LockClauseStrength enum <https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/nodes/lockoptions.h#L21>`__.
20+
Corresponds to the `LockClauseStrength enum <https://github.com/pganalyze/libpg_query/blob/6ced8d4/src/postgres/include/nodes/lockoptions.h#L21>`__.
2121

2222
.. data:: LCS_NONE
2323

@@ -32,7 +32,7 @@ __ https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/no
3232

3333
.. class:: pglast.enums.lockoptions.LockTupleMode
3434

35-
Corresponds to the `LockTupleMode enum <https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/nodes/lockoptions.h#L49>`__.
35+
Corresponds to the `LockTupleMode enum <https://github.com/pganalyze/libpg_query/blob/6ced8d4/src/postgres/include/nodes/lockoptions.h#L49>`__.
3636

3737
.. data:: LockTupleKeyShare
3838

@@ -45,7 +45,7 @@ __ https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/no
4545

4646
.. class:: pglast.enums.lockoptions.LockWaitPolicy
4747

48-
Corresponds to the `LockWaitPolicy enum <https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/nodes/lockoptions.h#L36>`__.
48+
Corresponds to the `LockWaitPolicy enum <https://github.com/pganalyze/libpg_query/blob/6ced8d4/src/postgres/include/nodes/lockoptions.h#L36>`__.
4949

5050
.. data:: LockWaitBlock
5151

docs/nodes.rst

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
:mod:`pglast.enums.nodes` --- Constants extracted from `nodes.h`__
1010
====================================================================
1111

12-
__ https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/nodes/nodes.h
12+
__ https://github.com/pganalyze/libpg_query/blob/6ced8d4/src/postgres/include/nodes/nodes.h
1313

1414
.. module:: pglast.enums.nodes
1515
:synopsis: Constants extracted from nodes.h
1616

1717

1818
.. class:: pglast.enums.nodes.AggSplit
1919

20-
Corresponds to the `AggSplit enum <https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/nodes/nodes.h#L380>`__.
20+
Corresponds to the `AggSplit enum <https://github.com/pganalyze/libpg_query/blob/6ced8d4/src/postgres/include/nodes/nodes.h#L380>`__.
2121

2222
.. data:: AGGSPLIT_SIMPLE
2323

@@ -28,7 +28,7 @@ __ https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/no
2828

2929
.. class:: pglast.enums.nodes.AggStrategy
3030

31-
Corresponds to the `AggStrategy enum <https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/nodes/nodes.h#L358>`__.
31+
Corresponds to the `AggStrategy enum <https://github.com/pganalyze/libpg_query/blob/6ced8d4/src/postgres/include/nodes/nodes.h#L358>`__.
3232

3333
.. data:: AGG_PLAIN
3434

@@ -41,7 +41,7 @@ __ https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/no
4141

4242
.. class:: pglast.enums.nodes.CmdType
4343

44-
Corresponds to the `CmdType enum <https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/nodes/nodes.h#L268>`__.
44+
Corresponds to the `CmdType enum <https://github.com/pganalyze/libpg_query/blob/6ced8d4/src/postgres/include/nodes/nodes.h#L268>`__.
4545

4646
.. data:: CMD_UNKNOWN
4747

@@ -62,7 +62,7 @@ __ https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/no
6262

6363
.. class:: pglast.enums.nodes.JoinType
6464

65-
Corresponds to the `JoinType enum <https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/nodes/nodes.h#L293>`__.
65+
Corresponds to the `JoinType enum <https://github.com/pganalyze/libpg_query/blob/6ced8d4/src/postgres/include/nodes/nodes.h#L293>`__.
6666

6767
.. data:: JOIN_INNER
6868

@@ -87,7 +87,7 @@ __ https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/no
8787

8888
.. class:: pglast.enums.nodes.LimitOption
8989

90-
Corresponds to the `LimitOption enum <https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/nodes/nodes.h#L435>`__.
90+
Corresponds to the `LimitOption enum <https://github.com/pganalyze/libpg_query/blob/6ced8d4/src/postgres/include/nodes/nodes.h#L435>`__.
9191

9292
.. data:: LIMIT_OPTION_DEFAULT
9393

@@ -98,7 +98,7 @@ __ https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/no
9898

9999
.. class:: pglast.enums.nodes.NodeTag
100100

101-
Corresponds to the `NodeTag enum <https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/nodes/nodes.h#L26>`__.
101+
Corresponds to the `NodeTag enum <https://github.com/pganalyze/libpg_query/blob/6ced8d4/src/postgres/include/nodes/nodes.h#L26>`__.
102102

103103
.. data:: T_Invalid
104104

@@ -1063,7 +1063,7 @@ __ https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/no
10631063

10641064
.. class:: pglast.enums.nodes.OnConflictAction
10651065

1066-
Corresponds to the `OnConflictAction enum <https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/nodes/nodes.h#L422>`__.
1066+
Corresponds to the `OnConflictAction enum <https://github.com/pganalyze/libpg_query/blob/6ced8d4/src/postgres/include/nodes/nodes.h#L422>`__.
10671067

10681068
.. data:: ONCONFLICT_NONE
10691069

@@ -1074,7 +1074,7 @@ __ https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/no
10741074

10751075
.. class:: pglast.enums.nodes.SetOpCmd
10761076

1077-
Corresponds to the `SetOpCmd enum <https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/nodes/nodes.h#L402>`__.
1077+
Corresponds to the `SetOpCmd enum <https://github.com/pganalyze/libpg_query/blob/6ced8d4/src/postgres/include/nodes/nodes.h#L402>`__.
10781078

10791079
.. data:: SETOPCMD_INTERSECT
10801080

@@ -1087,7 +1087,7 @@ __ https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/no
10871087

10881088
.. class:: pglast.enums.nodes.SetOpStrategy
10891089

1090-
Corresponds to the `SetOpStrategy enum <https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/nodes/nodes.h#L410>`__.
1090+
Corresponds to the `SetOpStrategy enum <https://github.com/pganalyze/libpg_query/blob/6ced8d4/src/postgres/include/nodes/nodes.h#L410>`__.
10911091

10921092
.. data:: SETOP_SORTED
10931093

@@ -1096,16 +1096,16 @@ __ https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/no
10961096

10971097
.. data:: AGGSPLITOP_COMBINE
10981098

1099-
See `here for details <https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/nodes/nodes.h#L374>`__.
1099+
See `here for details <https://github.com/pganalyze/libpg_query/blob/6ced8d4/src/postgres/include/nodes/nodes.h#L374>`__.
11001100

11011101
.. data:: AGGSPLITOP_SKIPFINAL
11021102

1103-
See `here for details <https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/nodes/nodes.h#L375>`__.
1103+
See `here for details <https://github.com/pganalyze/libpg_query/blob/6ced8d4/src/postgres/include/nodes/nodes.h#L375>`__.
11041104

11051105
.. data:: AGGSPLITOP_SERIALIZE
11061106

1107-
See `here for details <https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/nodes/nodes.h#L376>`__.
1107+
See `here for details <https://github.com/pganalyze/libpg_query/blob/6ced8d4/src/postgres/include/nodes/nodes.h#L376>`__.
11081108

11091109
.. data:: AGGSPLITOP_DESERIALIZE
11101110

1111-
See `here for details <https://github.com/pganalyze/libpg_query/blob/9ab9951/src/postgres/include/nodes/nodes.h#L377>`__.
1111+
See `here for details <https://github.com/pganalyze/libpg_query/blob/6ced8d4/src/postgres/include/nodes/nodes.h#L377>`__.

0 commit comments

Comments
 (0)