mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
Correct pg_indent to pgindent in various comments.
David Christensen
This commit is contained in:
@ -266,7 +266,7 @@ extern PGDLLIMPORT ErrorContextCallback *error_context_stack;
|
||||
* PG_END_TRY();
|
||||
*
|
||||
* (The braces are not actually necessary, but are recommended so that
|
||||
* pg_indent will indent the construct nicely.) The error recovery code
|
||||
* pgindent will indent the construct nicely.) The error recovery code
|
||||
* can optionally do PG_RE_THROW() to propagate the same error outwards.
|
||||
*
|
||||
* Note: while the system will correctly propagate any new ereport(ERROR)
|
||||
|
Reference in New Issue
Block a user