mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Fix typo.
This commit is contained in:
parent
fc9959701b
commit
f6835ea90a
@ -160,7 +160,7 @@ typedef struct Port
|
|||||||
#if defined(ENABLE_GSS) || defined(ENABLE_SSPI)
|
#if defined(ENABLE_GSS) || defined(ENABLE_SSPI)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* If GSSAPI is supported, store GSSAPI information. Oterwise, store a
|
* If GSSAPI is supported, store GSSAPI information. Otherwise, store a
|
||||||
* NULL pointer to make sure offsets in the struct remain the same.
|
* NULL pointer to make sure offsets in the struct remain the same.
|
||||||
*/
|
*/
|
||||||
pg_gssinfo *gss;
|
pg_gssinfo *gss;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user