pgsql: pg_stat_statements: Remove unnecessary call to GetUserId() - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: pg_stat_statements: Remove unnecessary call to GetUserId()
Date
Msg-id E1nOVFE-000Dn1-7I@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_stat_statements: Remove unnecessary call to GetUserId()

The same is done a couple of lines above, so there is no need for the
same, extra, call.

Author: Dong Wook Lee
Reviewed-by: Julien Rouhaud
Discussion: https://postgr.es/m/CAAcBya+szDd1Y6dJU4_dbH_Ye3=G=8O1oQGG01kv3Tpie7wELQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/667726fbe50f21d7d3ce5d5c5949a45c2496b60f

Modified Files
--------------
contrib/pg_stat_statements/pg_stat_statements.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Dean Rasheed
Date:
Subject: pgsql: Optimise numeric division for one and two base-NBASE digit divis
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Improve some psql test code