mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
Fix various typos and spelling mistakes in code comments
Author: Justin Pryzby Discussion: https://postgr.es/m/20220411020336.GB26620@telsasoft.com
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
* CSV logging
|
||||
*
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of Californi
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2269,7 +2269,7 @@ write_console(const char *line, int len)
|
||||
/*
|
||||
* Conversion on non-win32 platforms is not implemented yet. It requires
|
||||
* non-throw version of pg_do_encoding_conversion(), that converts
|
||||
* unconvertable characters to '?' without errors.
|
||||
* unconvertible characters to '?' without errors.
|
||||
*
|
||||
* XXX: We have a no-throw version now. It doesn't convert to '?' though.
|
||||
*/
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* JSON logging
|
||||
*
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of Californi
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
Reference in New Issue
Block a user