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

Commit4d9d52a

Browse files
committed
add missing includes, formatting
1 parentc103ecc commit4d9d52a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

‎src/include/compat/pg_compat.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include"compat/debug_compat_features.h"
1515

1616
#include"postgres.h"
17+
#include"nodes/memnodes.h"
1718
#include"nodes/relation.h"
1819
#include"nodes/pg_list.h"
1920
#include"optimizer/cost.h"

‎src/pl_funcs.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,9 @@ show_cache_stats_internal(PG_FUNCTION_ARGS)
372372
#endif
373373

374374
values[Anum_pathman_cs_entries-1]=
375-
Int64GetDatum(current_htab ?hash_get_num_entries(current_htab) :0);
375+
Int64GetDatum(current_htab ?
376+
hash_get_num_entries(current_htab) :
377+
0);
376378

377379
/* Switch to next item */
378380
usercxt->current_item++;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp