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:
@ -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.
|
||||
|
Reference in New Issue
Block a user