pgsql: pg_stat_statements: Remove unnecessary call to GetUserId()

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_stat_statements: Remove unnecessary call to GetUserId()
Date: 2022-02-28 01:54:36
Message-ID: E1nOVFE-000Dn1-7I@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-02-28 13:17:58 pgsql: Improve some psql test code
Previous Message Dean Rasheed 2022-02-27 11:14:20 pgsql: Optimise numeric division for one and two base-NBASE digit divis