Skip to content

Commit

Permalink
PG-262: Fix tags regression test.
Browse files Browse the repository at this point in the history
The test was updated to reflect the new output format for query
comments.
  • Loading branch information
darkfronza committed Oct 18, 2021
1 parent a9a3690 commit c390f24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions regression/expected/tags.out
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ SELECT 1 AS num /* { "application", psql_app, "real_ip", 192.168.1.3) */;
(1 row)

SELECT query, comments FROM pg_stat_monitor ORDER BY query COLLATE "C";
query | comments
---------------------------------------------------------------------------+------------------------------------------------------
SELECT $1 AS num /* { "application", psql_app, "real_ip", 192.168.1.3) */ | { "application", psql_app, "real_ip", 192.168.1.3)
query | comments
---------------------------------------------------------------------------+----------------------------------------------------------
SELECT $1 AS num /* { "application", psql_app, "real_ip", 192.168.1.3) */ | /* { "application", psql_app, "real_ip", 192.168.1.3) */
SELECT pg_stat_monitor_reset(); |
SELECT query, comments FROM pg_stat_monitor ORDER BY query COLLATE "C"; |
(3 rows)
Expand Down

0 comments on commit c390f24

Please sign in to comment.