mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix typo in comment
Introduced by c2da1a5d63
Reported-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/aFt4qeRwrV-3qNix@paquier.xyz
This commit is contained in:
@ -2844,9 +2844,9 @@ generate_normalized_query(JumbleState *jstate, const char *query,
|
|||||||
/*
|
/*
|
||||||
* If we have an external param at this location, but no lists are
|
* If we have an external param at this location, but no lists are
|
||||||
* being squashed across the query, then we skip here; this will make
|
* being squashed across the query, then we skip here; this will make
|
||||||
* us print print the characters found in the original query that
|
* us print the characters found in the original query that represent
|
||||||
* represent the parameter in the next iteration (or after the loop is
|
* the parameter in the next iteration (or after the loop is done),
|
||||||
* done), which is a bit odd but seems to work okay in most cases.
|
* which is a bit odd but seems to work okay in most cases.
|
||||||
*/
|
*/
|
||||||
if (jstate->clocations[i].extern_param && !jstate->has_squashed_lists)
|
if (jstate->clocations[i].extern_param && !jstate->has_squashed_lists)
|
||||||
continue;
|
continue;
|
||||||
|
Reference in New Issue
Block a user