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

Commitfd5eaad

Browse files
committed
Correct pg_indent to pgindent in various comments.
David Christensen
1 parentb636377 commitfd5eaad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎src/include/storage/s_lock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ typedef unsigned char slock_t;
716716
asmint
717717
tas(volatileslock_t*s_lock)
718718
{
719-
/* UNIVEL wants %mem in column 1, so we don'tpg_indent this file */
719+
/* UNIVEL wants %mem in column 1, so we don'tpgindent this file */
720720
%mems_lock
721721
pushl %ebx
722722
movls_lock, %ebx

‎src/include/utils/elog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ extern PGDLLIMPORT ErrorContextCallback *error_context_stack;
266266
*PG_END_TRY();
267267
*
268268
* (The braces are not actually necessary, but are recommended so that
269-
*pg_indent will indent the construct nicely.) The error recovery code
269+
*pgindent will indent the construct nicely.) The error recovery code
270270
* can optionally do PG_RE_THROW() to propagate the same error outwards.
271271
*
272272
* Note: while the system will correctly propagate any new ereport(ERROR)

‎src/tools/pgindent/exclude_file_patterns

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#list of file patterns to exclude frompg_indent runs
1+
#list of file patterns to exclude frompgindent runs
22
/s_lock\.h$
33
/atomics/
44
/ecpg/test/expected/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp