1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

Fix duplicate words in comments

Remove accidentally duplicated words in code comments.

Author: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Discussion: https://postgr.es/m/87bl45t0co.fsf@wibble.ilmari.org
This commit is contained in:
Daniel Gustafsson
2021-10-04 15:12:57 +02:00
parent e9bc0441f1
commit 7111e332c5
7 changed files with 7 additions and 7 deletions

View File

@ -37,7 +37,7 @@
* the data is valid in the current encoding.
*
* In binary mode, the pipeline is much simpler. Input is loaded into
* into 'raw_buf', and encoding conversion is done in the datatype-specific
* 'raw_buf', and encoding conversion is done in the datatype-specific
* receive functions, if required. 'input_buf' and 'line_buf' are not used,
* but 'attribute_buf' is used as a temporary buffer to hold one attribute's
* data when it's passed the receive function.