s/import/include

background-job-details
Nils Dijk 2022-08-09 16:12:05 +02:00 committed by Jelte Fennema
parent ec292cde48
commit 1be6d30588
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
#ifndef CITUS_BACKGROUND_JOBS_H #ifndef CITUS_BACKGROUND_JOBS_H
#define CITUS_BACKGROUND_JOBS_H #define CITUS_BACKGROUND_JOBS_H
#import "postgres.h" #include "postgres.h"
#import "postmaster/bgworker.h" #include "postmaster/bgworker.h"
extern BackgroundWorkerHandle * StartCitusBackgroundJobWorker(Oid database, Oid extern BackgroundWorkerHandle * StartCitusBackgroundJobWorker(Oid database, Oid
extensionOwner); extensionOwner);