Skip to content

Commit 8348d48

Browse files
author
Karina Litskevich
committed
[PGPRO-10009] Replace stub SFUNC functions with MSFUNC functions in aggregates.
This fixes the test so enable it back. Tags: vops.
1 parent 6c098e2 commit 8348d48

File tree

5 files changed

+2563
-1813
lines changed

5 files changed

+2563
-1813
lines changed

Diff for: Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ PG_CPPFLAGS = -I$(libpq_srcdir)
88
SHLIB_LINK = $(libpq)
99

1010
EXTENSION = vops
11-
DATA = vops--1.0.sql
11+
DATA = vops--1.0--1.1.sql vops--1.1.sql
1212
#CUSTOM_COPT = -O0
1313

14+
REGRESS = test
15+
1416
PG_CPPFLAGS = -I$(libpq_srcdir)
1517
PG_LIBS = $(libpq_pgport)
1618

0 commit comments

Comments
 (0)