pg_stat_statements: Remove unnecessary call to GetUserId()

Michael Paquier <michael@paquier.xyz>

Commit: 667726fbe50f21d7d3ce5d5c5949a45c2496b60f
Author: Michael Paquier <michael@paquier.xyz>
Date: 2022-02-28T01:53:56Z
Releases: 15.0
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

Files

PathChange+/−
contrib/pg_stat_statements/pg_stat_statements.c modified +1 −1

Discussion