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

Commit9eb7fea

Browse files
committed
pathmn: rename extension to pg_pathman
1 parent9381b7e commit9eb7fea

File tree

20 files changed

+18
-18
lines changed

20 files changed

+18
-18
lines changed

‎contrib/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ SUBDIRS = \
2828
oid2name\
2929
pageinspect\
3030
passwordcheck\
31-
pathman\
31+
pg_pathman\
3232
pg_buffercache\
3333
pg_freespacemap\
3434
pg_prewarm\

‎contrib/pathman/.gitignore‎

Lines changed: 0 additions & 3 deletions
This file was deleted.

‎contrib/pathman/conf.add‎

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎contrib/pg_pathman/.gitignore‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*.o
2+
*.so
3+
pg_pathman--*.sql
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# contrib/pathman/Makefile
1+
# contrib/pg_pathman/Makefile
22

33
MODULE_big = pg_pathman
44
OBJS = init.o pg_pathman.o dsm_array.o rangeset.o pl_funcs.o$(WIN32RES)
File renamed without changes.
File renamed without changes.

‎contrib/pg_pathman/conf.add‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
shared_preload_libraries='pg_pathman'

contrib/pathman/expected/pg_pathman.out renamed to contrib/pg_pathman/expected/pg_pathman.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,4 +340,4 @@ SELECT pathman.drop_range_partitions('test.num_range_rel');
340340
(1 row)
341341

342342
DROP TABLE test.num_range_rel CASCADE;
343-
DROP EXTENSIONpathman;
343+
DROP EXTENSIONpg_pathman;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp