8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab1ad7a commit ce84b24Copy full SHA for ce84b24
src/interfaces/libpq/fe-secure.c
@@ -11,7 +11,7 @@
11
*
12
13
* IDENTIFICATION
14
- * $PostgreSQL: pgsql/src/interfaces/libpq/fe-secure.c,v 1.80 2006/05/06 02:24:39 momjian Exp $
+ * $PostgreSQL: pgsql/src/interfaces/libpq/fe-secure.c,v 1.81 2006/05/11 23:27:35 momjian Exp $
15
16
* NOTES
17
* [ Most of these notes are wrong/obsolete, but perhaps not all ]
@@ -681,7 +681,7 @@ static unsigned long
681
pq_threadidcallback(void)
682
{
683
/*
684
- * This is not starndard-compliant. pthread_self() returns pthread_t, and
+ * This is not standards-compliant. pthread_self() returns pthread_t, and
685
* shouldn't be cast to unsigned long, but CRYPTO_set_id_callback requires
686
* it, so we have to do it.
687
*/
0 commit comments