mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Fix typo.
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user