diff options
Diffstat (limited to 'contrib/spi/moddatetime.c')
| -rw-r--r-- | contrib/spi/moddatetime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/spi/moddatetime.c b/contrib/spi/moddatetime.c index 0b4d3ba3519..aba2a5571b0 100644 --- a/contrib/spi/moddatetime.c +++ b/contrib/spi/moddatetime.c @@ -89,7 +89,7 @@ moddatetime(PG_FUNCTION_ARGS) /* * This is were we check to see if the field we are supposed to update - * even exits. The above function must return -1 if name not found? + * even exits. The above function must return -1 if name not found? */ if (attnum < 0) ereport(ERROR, |
