Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdbd5390

Browse files
committed
Fix for SSL compile.
1 parent7a944e4 commitdbd5390

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎src/interfaces/libpq/libpq-int.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
1313
* Portions Copyright (c) 1994, Regents of the University of California
1414
*
15-
* $PostgreSQL: pgsql/src/interfaces/libpq/libpq-int.h,v 1.86 2004/03/24 03:45:00 momjian Exp $
15+
* $PostgreSQL: pgsql/src/interfaces/libpq/libpq-int.h,v 1.87 2004/03/25 21:48:59 momjian Exp $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
@@ -458,6 +458,9 @@ extern ssize_t pqsecure_write(PGconn *, const void *ptr, size_t len);
458458
#ifdefENABLE_THREAD_SAFETY
459459
externvoidcheck_sigpipe_handler(void);
460460
externpthread_key_tthread_in_send;
461+
#endif
462+
463+
#ifdefUSE_SSL
461464
externboolpq_initssllib;
462465
#endif
463466

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp