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

Commitaf36a64

Browse files
committed
pathman: sorting problems
1 parent0344edd commitaf36a64

File tree

2 files changed

+331
-3
lines changed

2 files changed

+331
-3
lines changed

‎contrib/pg_pathman/pathman.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
#include"storage/dsm.h"
1919
#include"storage/lwlock.h"
2020

21+
#include"nodes/bitmapset.h"
22+
2123
/* Check PostgreSQL version */
2224
#ifPG_VERSION_NUM<90500
2325
#error "You are trying to build pg_pathman with PostgreSQL version lower than 9.5. Please, check you environment."
@@ -191,4 +193,6 @@ FmgrInfo *get_cmp_func(Oid type1, Oid type2);
191193
Oidcreate_partitions_bg_worker(Oidrelid,Datumvalue,Oidvalue_type,bool*crashed);
192194
Oidcreate_partitions(Oidrelid,Datumvalue,Oidvalue_type,bool*crashed);
193195

196+
char*bms_print(Bitmapset*bms);
197+
194198
#endif/* PATHMAN_H */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp