1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03:00

Fix typos in comments.

CharSyam
This commit is contained in:
Robert Haas
2015-10-22 14:51:49 -04:00
parent 8f2977b3ec
commit 31ba62ce32
4 changed files with 4 additions and 4 deletions

View File

@ -193,7 +193,7 @@ ExecEndGather(GatherState *node)
* gather_getnext
*
* Get the next tuple from shared memory queue. This function
* is reponsible for fetching tuples from all the queues associated
* is responsible for fetching tuples from all the queues associated
* with worker backends used in Gather node execution and if there is
* no data available from queues or no worker is available, it does
* fetch the data from local node.