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

Commit0ede14d

Browse files
committed
pathman: cleanup
1 parentd941ff4 commit0ede14d

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

‎contrib/pg_pathman/pathman.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ List *irange_list_union(List *a, List *b);
149149
List*irange_list_intersect(List*a,List*b);
150150
intirange_list_length(List*rangeset);
151151
boolirange_list_find(List*rangeset,intindex,bool*lossy);
152-
voidprint_irange(IndexRangeir);
153152

154153
/* Dynamic shared memory functions */
155154
voidinit_dsm_config(void);

‎contrib/pg_pathman/pg_pathman.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ handle_modification_query(Query *parse)
295295
if (irange_list_length(ranges)==1)
296296
{
297297
IndexRangeirange= (IndexRange)linitial_oid(ranges);
298-
// elog(WARNING, "lower: %d, upper: %d, lossy: %d", irange_lower(irange), irange_upper(irange), irange_is_lossy(irange));
299298
if (irange_lower(irange)==irange_upper(irange))
300299
{
301300
Oid*children= (Oid*)dsm_array_get_pointer(&prel->children);

‎contrib/pg_pathman/rangeset.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,6 @@ print_irange(List *l)
6565
}
6666
#endif
6767

68-
void
69-
print_irange(IndexRangeir)
70-
{
71-
elog(WARNING,"[%d, %d], lossy: %d",irange_lower(ir),irange_upper(ir),irange_is_lossy(ir));
72-
}
73-
7468
/*
7569
* Make union of two index rage lists.
7670
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp