]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Remove stray blank line in ParseFuncOrColumn()
authorFujii Masao <fujii@postgresql.org>
Tue, 30 Jun 2026 01:28:52 +0000 (10:28 +0900)
committerFujii Masao <fujii@postgresql.org>
Tue, 30 Jun 2026 01:29:28 +0000 (10:29 +0900)
Commit 419ce13b701 accidentally left a stray blank line in
ParseFuncOrColumn(). Remove it.

No functional change.

Author: Henson Choi <assam258@gmail.com>
Discussion: https://postgr.es/m/CAAAe_zDLBkZFXXCgR_-NuaeW+aUXUtuDoSgg-2QRz+b2g7G4BA@mail.gmail.com
Backpatch-through: 19

src/backend/parser/parse_func.c

index fb306c05112e712ae002cdecdadbef9fcf2eeeab..9cdbaa542fe1288d97717e24095992d707a5054f 100644 (file)
@@ -526,7 +526,6 @@ ParseFuncOrColumn(ParseState *pstate, List *funcname, List *fargs,
                                                 errmsg("%s is not an ordered-set aggregate, so it cannot have WITHIN GROUP",
                                                                NameListToString(funcname)),
                                                 parser_errposition(pstate, location)));
-
                }
 
                if (ignore_nulls != NO_NULLTREATMENT)