diff options
| author | Michael Paquier | 2019-07-01 01:00:23 +0000 |
|---|---|---|
| committer | Michael Paquier | 2019-07-01 01:00:23 +0000 |
| commit | c74d49d41c9e0fabeb1179dcabfb3137833ed831 (patch) | |
| tree | d5406f4f6578181174e178c68ba320ac9395648a /src/include/executor/nodeCustom.h | |
| parent | 459c3cdb4ad8323bfe6bcae0186a3831e0c89c94 (diff) | |
Fix many typos and inconsistencies
Author: Alexander Lakhin
Discussion: https://postgr.es/m/af27d1b3-a128-9d62-46e0-88f424397f44@gmail.com
Diffstat (limited to 'src/include/executor/nodeCustom.h')
| -rw-r--r-- | src/include/executor/nodeCustom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/executor/nodeCustom.h b/src/include/executor/nodeCustom.h index 2c9cb95d821..2829be5d010 100644 --- a/src/include/executor/nodeCustom.h +++ b/src/include/executor/nodeCustom.h @@ -18,7 +18,7 @@ /* * General executor code */ -extern CustomScanState *ExecInitCustomScan(CustomScan *custom_scan, +extern CustomScanState *ExecInitCustomScan(CustomScan *cscan, EState *estate, int eflags); extern void ExecEndCustomScan(CustomScanState *node); |
