mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07:42:10 +03:00
pgindent run for 9.5
This commit is contained in:
@@ -295,7 +295,7 @@ merge_children(pairingheap *heap, pairingheap_node *children)
|
||||
static void
|
||||
pairingheap_dump_recurse(StringInfo buf,
|
||||
pairingheap_node *node,
|
||||
void (*dumpfunc) (pairingheap_node *node, StringInfo buf, void *opaque),
|
||||
void (*dumpfunc) (pairingheap_node *node, StringInfo buf, void *opaque),
|
||||
void *opaque,
|
||||
int depth,
|
||||
pairingheap_node *prev_or_parent)
|
||||
@@ -316,7 +316,7 @@ pairingheap_dump_recurse(StringInfo buf,
|
||||
|
||||
char *
|
||||
pairingheap_dump(pairingheap *heap,
|
||||
void (*dumpfunc) (pairingheap_node *node, StringInfo buf, void *opaque),
|
||||
void (*dumpfunc) (pairingheap_node *node, StringInfo buf, void *opaque),
|
||||
void *opaque)
|
||||
{
|
||||
StringInfoData buf;
|
||||
|
Reference in New Issue
Block a user