aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2024-11-25 09:15:45 +0900
committerMichael Paquier <michael@paquier.xyz>2024-11-25 09:15:45 +0900
commitef2f4727b3fabf1b4463def531a7d99264bc321b (patch)
tree5588e9c74db408a0a02ffb14e883f5df6465d58b /src/backend/tcop/postgres.c
parent15ab513fed049984fc5f1400b3ceb3be4ae7c987 (diff)
downloadpostgresql-ef2f4727b3fabf1b4463def531a7d99264bc321b.tar.gz
postgresql-ef2f4727b3fabf1b4463def531a7d99264bc321b.zip
doc: Fix example with __next__() in PL/Python function
Per PEP 3114, iterator.next() has been renamed to iterator.__next__(), and one example in the documentation still used next(). This caused the example provided to fail the function creation since Python 2 is not supported anymore since 19252e8ec93. Author: Erik Wienhold Discussion: https://postgr.es/m/173209043143.2092749.13692266486972491694@wrigleys.postgresql.org Backpatch-through: 15
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions