diff options
| author | Daniel Gustafsson | 2021-07-08 10:45:09 +0000 |
|---|---|---|
| committer | Daniel Gustafsson | 2021-07-08 10:45:09 +0000 |
| commit | 387925893edf2a3a30a8ddf2c6474d8a7eb056a5 (patch) | |
| tree | fa82b0bc5979bf19798d0ce63cba30b42e22134c /src/include | |
| parent | 2ed532ee8c474e9767e76e1f3251cc3a0224358c (diff) | |
Fix typos in pgstat.c, reorderbuffer.c and pathnodes.h
Reviewed-by: Thomas Munro <thomas.munro@gmail.com>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/50250765-5B87-4AD7-9770-7FCED42A6175@yesql.se
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/nodes/pathnodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/nodes/pathnodes.h b/src/include/nodes/pathnodes.h index b7b2817a5de..bebf774818f 100644 --- a/src/include/nodes/pathnodes.h +++ b/src/include/nodes/pathnodes.h @@ -1350,7 +1350,7 @@ typedef struct TidPath } TidPath; /* - * TidRangePath represents a scan by a continguous range of TIDs + * TidRangePath represents a scan by a contiguous range of TIDs * * tidrangequals is an implicitly AND'ed list of qual expressions of the form * "CTID relop pseudoconstant", where relop is one of >,>=,<,<=. |
