Skip to content

Commit bf7c98f

Browse files
author
Vladimir Ershov
committed
pgtime add
1 parent 637ae9c commit bf7c98f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/pgpro_scheduler.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include "postgres.h"
2-
#include "port.h"
32

43
#include "miscadmin.h"
54
#include "postmaster/bgworker.h"
@@ -12,6 +11,7 @@
1211
#include "storage/shm_toc.h"
1312

1413
#include "pg_config.h"
14+
#include "pgtime.h"
1515
#include "fmgr.h"
1616
#include "pgstat.h"
1717
#include "utils/builtins.h"
@@ -24,6 +24,8 @@
2424
#include "catalog/pg_db_role_setting.h"
2525
#include "commands/dbcommands.h"
2626

27+
#include "port.h"
28+
2729
#include "char_array.h"
2830
#include "sched_manager_poll.h"
2931
#include "cron_string.h"

0 commit comments

Comments
 (0)