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

Commit0c3233c

Browse files
committed
formatting, comments
1 parente91d2b5 commit0c3233c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

‎src/pl_funcs.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,9 @@ get_tablespace_pl(PG_FUNCTION_ARGS)
271271
* ----------------------
272272
*/
273273

274+
/*
275+
* List stats of all existing caches (memory contexts).
276+
*/
274277
Datum
275278
show_cache_stats_internal(PG_FUNCTION_ARGS)
276279
{

‎src/utility_stmt_hooking.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ PathmanDoCopy(const CopyStmt *stmt, const char *queryString, uint64 *processed)
416416
}
417417

418418
/* This should never happen (see is_pathman_related_copy()) */
419-
elseelog(ERROR,"error in function\"%s\"",CppAsString(PathmanDoCopy));
419+
elseelog(ERROR,"error in function"CppAsString(PathmanDoCopy));
420420

421421
/* COPY ... FROM ... */
422422
if (is_from)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp