diff options
Diffstat (limited to 'src/interfaces/libpq/libpq-int.h')
-rw-r--r-- | src/interfaces/libpq/libpq-int.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpq/libpq-int.h b/src/interfaces/libpq/libpq-int.h index 34d049262f5..335568b790a 100644 --- a/src/interfaces/libpq/libpq-int.h +++ b/src/interfaces/libpq/libpq-int.h @@ -360,8 +360,8 @@ struct pg_conn char *krbsrvname; /* Kerberos service name */ #endif - char *target_session_attrs; /* Type of connection to make - * Possible values any, read-write. */ + /* Type of connection to make. Possible values: any, read-write. */ + char *target_session_attrs; /* Optional file to write trace info to */ FILE *Pfdebug; |