mirror of
https://github.com/postgres/postgres.git
synced 2025-07-24 14:22:24 +03:00
Pre-beta2 mechanical code beautification.
Run pgindent and pgperltidy. It seems we're still some ways away from all committers doing this automatically. Now that we have a buildfarm animal that will whine about poorly-indented code, we'll try to keep the tree more tidy. Discussion: https://postgr.es/m/3156045.1687208823@sss.pgh.pa.us
This commit is contained in:
@ -601,7 +601,7 @@ pg_stat_get_activity(PG_FUNCTION_ARGS)
|
||||
values[26] = CStringGetTextDatum(beentry->st_gssstatus->gss_princ);
|
||||
values[27] = BoolGetDatum(beentry->st_gssstatus->gss_enc); /* GSS Encryption in use */
|
||||
values[28] = BoolGetDatum(beentry->st_gssstatus->gss_delegation); /* GSS credentials
|
||||
* delegated */
|
||||
* delegated */
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user