Skip to content

Commit 5f85e54

Browse files
author
Vladimir Ershov
committed
init
0 parents  commit 5f85e54

23 files changed

+4745
-0
lines changed

Makefile

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
MODULE_big = pgpro_scheduler
2+
OBJS = src/pgpro_scheduler.o src/cron_string.o src/sched_manager_poll.o \
3+
src/char_array.o src/scheduler_spi_utils.o src/scheduler_manager.o \
4+
src/bit_array.o src/scheduler_job.o src/memutils.o \
5+
src/scheduler_executor.o \
6+
$(WIN32RES)
7+
EXTENSION = pgpro_scheduler
8+
DATA = pgpro_scheduler--1.0.sql
9+
#SCRIPTS = bin/pgpro_scheduler
10+
#REGRESS = install_pgpro_scheduler cron_string
11+
#REGRESS_OPTS = --create-role=robot --user=postgres
12+
CFLAGS=-ggdb -Og -g3 -fno-omit-frame-pointer
13+
14+
ifdef USE_PGXS
15+
PG_CONFIG = pg_config
16+
PGXS := $(shell $(PG_CONFIG) --pgxs)
17+
include $(PGXS)
18+
else
19+
subdir = contrib/pgpro_scheduler
20+
top_builddir = ../..
21+
include $(top_builddir)/src/Makefile.global
22+
include $(top_srcdir)/contrib/contrib-global.mk
23+
endif

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy