mirror of
https://github.com/postgres/postgres.git
synced 2025-12-16 16:42:29 +03:00
Update typedefs.list and re-run pgindent
Discussion: http://postgr.es/m/CA+TgmoaA9=1RWKtBWpDaj+sF3Stgc8sHgf5z=KGtbjwPLQVDMA@mail.gmail.com
This commit is contained in:
@@ -81,7 +81,7 @@ extern void dshash_delete_entry(dshash_table *hash_table, void *entry);
|
||||
extern void dshash_release_lock(dshash_table *hash_table, void *entry);
|
||||
|
||||
/* Convenience hash and compare functions wrapping memcmp and tag_hash. */
|
||||
extern int dshash_memcmp(const void *a, const void *b, size_t size, void *arg);
|
||||
extern int dshash_memcmp(const void *a, const void *b, size_t size, void *arg);
|
||||
extern dshash_hash dshash_memhash(const void *v, size_t size, void *arg);
|
||||
|
||||
/* Debugging support. */
|
||||
|
||||
@@ -149,7 +149,7 @@ extern void appendBinaryStringInfo(StringInfo str,
|
||||
* if necessary. Does not ensure a trailing null-byte exists.
|
||||
*/
|
||||
extern void appendBinaryStringInfoNT(StringInfo str,
|
||||
const char *data, int datalen);
|
||||
const char *data, int datalen);
|
||||
|
||||
/*------------------------
|
||||
* enlargeStringInfo
|
||||
|
||||
Reference in New Issue
Block a user