mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Fix typo in comment
Author: Daniel Gustafsson
This commit is contained in:
@ -72,7 +72,7 @@
|
|||||||
*
|
*
|
||||||
* This should show how the executor works by having
|
* This should show how the executor works by having
|
||||||
* ExecInitNode(), ExecProcNode() and ExecEndNode() dispatch
|
* ExecInitNode(), ExecProcNode() and ExecEndNode() dispatch
|
||||||
* their work to the appopriate node support routines which may
|
* their work to the appropriate node support routines which may
|
||||||
* in turn call these routines themselves on their subplans.
|
* in turn call these routines themselves on their subplans.
|
||||||
*/
|
*/
|
||||||
#include "postgres.h"
|
#include "postgres.h"
|
||||||
|
Reference in New Issue
Block a user