mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
Fix typos.
Oskari Saarenmaa
This commit is contained in:
@ -63,7 +63,7 @@ extern void sha1_pad(struct sha1_ctxt *);
|
||||
extern void sha1_loop(struct sha1_ctxt *, const uint8 *, size_t);
|
||||
extern void sha1_result(struct sha1_ctxt *, uint8 *);
|
||||
|
||||
/* compatibilty with other SHA1 source codes */
|
||||
/* compatibility with other SHA1 source codes */
|
||||
typedef struct sha1_ctxt SHA1_CTX;
|
||||
|
||||
#define SHA1Init(x) sha1_init((x))
|
||||
|
@ -161,7 +161,7 @@ sepgsql_set_client_label(const char *new_label)
|
||||
/*
|
||||
* sepgsql_xact_callback
|
||||
*
|
||||
* A callback routine of transaction commit/abort/prepare. Commmit or abort
|
||||
* A callback routine of transaction commit/abort/prepare. Commit or abort
|
||||
* changes in the client_label_pending list.
|
||||
*/
|
||||
static void
|
||||
|
Reference in New Issue
Block a user