mirror of
https://github.com/postgres/postgres.git
synced 2026-04-29 18:32:53 -04:00
pg_stat_statements: Clean up REGRESS list in Makefile
The "wal" and "entry_timestamp" items were still on the same line, which
was not intentional.
Thinko in f9afd56218.
Reported-by: Man Zeng <zengman@halodbtech.com>
Discussion: https://postgr.es/m/aW6_Xc8auuu5iAPi@paquier.xyz
This commit is contained in:
parent
f9afd56218
commit
905ef401d5
1 changed files with 2 additions and 1 deletions
|
|
@ -29,7 +29,8 @@ REGRESS = \
|
|||
level_tracking \
|
||||
planning \
|
||||
user_activity \
|
||||
wal entry_timestamp \
|
||||
wal \
|
||||
entry_timestamp \
|
||||
privileges \
|
||||
extended \
|
||||
parallel \
|
||||
|
|
|
|||
Loading…
Reference in a new issue