mirror of
https://github.com/postgres/postgres.git
synced 2025-08-25 20:23:07 +03:00
Fix inconsistencies and typos in the tree, take 11
This fixes various typos in docs and comments, and removes some orphaned definitions. Author: Alexander Lakhin Discussion: https://postgr.es/m/5da8e325-c665-da95-21e0-c8a99ea61fbf@gmail.com
This commit is contained in:
@@ -317,8 +317,8 @@ pqParseInput3(PGconn *conn)
|
||||
*
|
||||
* If we're doing a Describe, we have to pass something
|
||||
* back to the client, so set up a COMMAND_OK result,
|
||||
* instead of TUPLES_OK. Otherwise we can just ignore
|
||||
* this message.
|
||||
* instead of PGRES_TUPLES_OK. Otherwise we can just
|
||||
* ignore this message.
|
||||
*/
|
||||
if (conn->queryclass == PGQUERY_DESCRIBE)
|
||||
{
|
||||
|
Reference in New Issue
Block a user