1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-12 05:01:15 +03:00

Refactor headers to split out standby defs

Jeff Janes
This commit is contained in:
Simon Riggs
2016-01-20 18:51:34 -08:00
parent 978b2f65aa
commit c80b31d557
4 changed files with 56 additions and 37 deletions

View File

@@ -14,7 +14,7 @@
*/
#include "postgres.h"
#include "storage/standby.h"
#include "storage/standbydefs.h"
static void
standby_desc_running_xacts(StringInfo buf, xl_running_xacts *xlrec)