Fix error message typo. 4e5920e6de8 added an ereport call with the primary error message starting with upper case, which is prohibited by our error message style guide. This commit fixes it.
Author: Chao Li <[email protected]> Reviewed-by: Tatsuo Ishii <[email protected]> Discussion: https://postgr.es/m/8BACA715-B9B6-479D-9153-C05F05482664%40gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/ab3023ad1e685987ee1b5e7f28e0635296464cf5 Modified Files -------------- src/backend/parser/parse_func.c | 2 +- src/test/regress/expected/window.out | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
