mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix misc typos in comments.
Spotted mostly by Fabien Coelho. Discussion: https://www.postgresql.org/message-id/alpine.DEB.2.21.1901230947050.16643@lancre
This commit is contained in:
@ -481,7 +481,7 @@ extern pqsigfunc pqsignal_no_restart(int signo, pqsigfunc func);
|
||||
/* port/quotes.c */
|
||||
extern char *escape_single_quotes_ascii(const char *src);
|
||||
|
||||
/* port/wait_error.c */
|
||||
/* common/wait_error.c */
|
||||
extern char *wait_result_to_str(int exit_status);
|
||||
extern bool wait_result_is_signal(int exit_status, int signum);
|
||||
extern bool wait_result_is_any_signal(int exit_status, bool include_command_not_found);
|
||||
|
@ -242,7 +242,7 @@ PLy_traceback(PyObject *e, PyObject *v, PyObject *tb,
|
||||
|
||||
*tb_depth = 0;
|
||||
initStringInfo(&tbstr);
|
||||
/* Mimick Python traceback reporting as close as possible. */
|
||||
/* Mimic Python traceback reporting as close as possible. */
|
||||
appendStringInfoString(&tbstr, "Traceback (most recent call last):");
|
||||
while (tb != NULL && tb != Py_None)
|
||||
{
|
||||
|
Reference in New Issue
Block a user