Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitab22d57

Browse files
committed
Merge branch 'master' of github.com:postgrespro/pg_pathman
2 parents556e4f6 +410fb61 commitab22d57

18 files changed

+2
-2
lines changed

‎Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# contrib/pg_pathman/Makefile
22

33
MODULE_big = pg_pathman
4-
OBJS = init.o utils.o runtimeappend.o runtime_merge_append.o pg_pathman.o dsm_array.o\
5-
rangeset.o pl_funcs.o worker.o hooks.o nodes_common.o$(WIN32RES)
4+
OBJS =src/init.osrc/utils.osrc/runtimeappend.osrc/runtime_merge_append.osrc/pg_pathman.osrc/dsm_array.o\
5+
src/rangeset.osrc/pl_funcs.osrc/worker.osrc/hooks.osrc/nodes_common.o$(WIN32RES)
66

77
EXTENSION = pg_pathman
88
EXTVERSION = 0.1
File renamed without changes.

‎hooks.crenamed to‎src/hooks.c

File renamed without changes.

‎hooks.hrenamed to‎src/hooks.h

File renamed without changes.

‎init.crenamed to‎src/init.c

File renamed without changes.
File renamed without changes.
File renamed without changes.

‎pathman.hrenamed to‎src/pathman.h

File renamed without changes.
File renamed without changes.

‎pl_funcs.crenamed to‎src/pl_funcs.c

File renamed without changes.

‎rangeset.crenamed to‎src/rangeset.c

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

‎utils.crenamed to‎src/utils.c

File renamed without changes.

‎utils.hrenamed to‎src/utils.h

File renamed without changes.

‎worker.crenamed to‎src/worker.c

File renamed without changes.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp