8000 add ctidscan · postgres/postgres@cf5d0b8 · GitHub
[go: up one dir, main page]

Skip to content

Commit cf5d0b8

Browse files
author
Yi Lu
committed
add ctidscan
1 parent 7ffecc0 commit cf5d0b8

File tree

7 files changed

+1275
-0
lines changed

7 files changed

+1275
-0
lines changed

contrib/ctidscan/Makefile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# contrib/ctidscan/Makefile
2+
3+
MODULES = ctidscan
4+
5+
EXTENSION = ctidscan
6+
7+
REGRESS = ctidscan
8+
9+
PG_CONFIG = pg_config
10+
PGXS := $(shell $(PG_CONFIG) --pgxs)
11+
include $(PGXS)

contrib/ctidscan/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ctidscan
2+
========
3+
4+
Example module of custom-scan interface

0 commit comments

Comments
 (0)
0