Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a3994ec

Browse files
author
Álvaro Herrera
committed
Fix typo in comment
Introduced by c2da1a5 Reported-by: Michael Paquier <[email protected]> Discussion: https://postgr.es/m/[email protected]
1 parent 48c80ab commit a3994ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/pg_stat_statements/pg_stat_statements.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2844,9 +2844,9 @@ generate_normalized_query(JumbleState *jstate, const char *query,
28442844
/*
28452845
* If we have an external param at this location, but no lists are
28462846
* being squashed across the query, then we skip here; this will make
2847-
* us print print the characters found in the original query that
2848-
* represent the parameter in the next iteration (or after the loop is
2849-
* done), which is a bit odd but seems to work okay in most cases.
2847+
* us print the characters found in the original query that represent
2848+
* the parameter in the next iteration (or after the loop is done),
2849+
* which is a bit odd but seems to work okay in most cases.
28502850
*/
28512851
if (jstate->clocations[i].extern_param && !jstate->has_squashed_lists)
28522852
continue;

0 commit comments

Comments
 (0)