pgsql: pg_stat_statements: Clean up REGRESS list in Makefile - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: pg_stat_statements: Clean up REGRESS list in Makefile
Date
Msg-id E1viO16-001i7W-1g@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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 f9afd56218af.

Reported-by: Man Zeng <zengman@halodbtech.com>
Discussion: https://postgr.es/m/aW6_Xc8auuu5iAPi@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/905ef401d5e068a1e6d246f9d96435c9d750c8be

Modified Files
--------------
contrib/pg_stat_statements/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: pg_stat_statements: Rework test order
Next
From: Peter Smith
Date:
Subject: Re: pgsql: tests: Add a test C++ extension module