diff options
author | David Rowley | 2023-04-19 01:50:33 +0000 |
---|---|---|
committer | David Rowley | 2023-04-19 01:50:33 +0000 |
commit | 3f58a4e2960a9509036b7d94beab64a747dc59dc (patch) | |
tree | b2e8ef0ecb63cfe29d179685cdc408534d12e235 /src/pl/plpython/plpy_main.c | |
parent | fcb21b3acdcb9a60313325618fd7080aa36f1626 (diff) |
Fix various typos and incorrect/outdated name references
Author: Alexander Lakhin
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/pl/plpython/plpy_main.c')
-rw-r--r-- | src/pl/plpython/plpy_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pl/plpython/plpy_main.c b/src/pl/plpython/plpy_main.c index a4d66f3057f..010a97378c9 100644 --- a/src/pl/plpython/plpy_main.c +++ b/src/pl/plpython/plpy_main.c @@ -306,7 +306,7 @@ plpython3_inline_handler(PG_FUNCTION_ARGS) /* * Setup error traceback support for ereport(). * plpython_inline_error_callback doesn't currently need exec_ctx, but - * for consistency with plpython_call_handler we do it the same way. + * for consistency with plpython3_call_handler we do it the same way. */ plerrcontext.callback = plpython_inline_error_callback; plerrcontext.arg = exec_ctx; |