diff options
Diffstat (limited to 'src/bin/psql/crosstabview.h')
-rw-r--r-- | src/bin/psql/crosstabview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/crosstabview.h b/src/bin/psql/crosstabview.h index 596637f3ffb..54ddcc308b4 100644 --- a/src/bin/psql/crosstabview.h +++ b/src/bin/psql/crosstabview.h @@ -17,7 +17,7 @@ * too much time if the crosstab to generate happens to be unreasonably large * (worst case: a NxN cartesian product with N=number of tuples). * The value of 1600 corresponds to the maximum columns per table in storage, - * but it could be as much as INT_MAX theorically. + * but it could be as much as INT_MAX theoretically. */ #define CROSSTABVIEW_MAX_COLUMNS 1600 |