mirror of
https://github.com/postgres/postgres.git
synced 2025-12-10 14:22:35 +03:00
Fix misc typos, mostly in comments.
A collection of typos I happened to spot while reading code, as well as grepping for common mistakes. Backpatch to all supported versions, as applicable, to avoid conflicts when backporting other commits in the future.
This commit is contained in:
@@ -2762,7 +2762,7 @@ pltcl_SPI_execute_plan(ClientData cdata, Tcl_Interp *interp,
|
||||
}
|
||||
|
||||
/************************************************************
|
||||
* If there was a argtype list on preparation, we need
|
||||
* If there was an argtype list on preparation, we need
|
||||
* an argument value list now
|
||||
************************************************************/
|
||||
if (qdesc->nargs > 0)
|
||||
|
||||
Reference in New Issue
Block a user