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

Commit82d0ae9

Browse files
committed
Fix under-parenthesized macro definitions
Lack of parens in the definitions could cause a statement using thesemacros to have unexpected semantics. In current code no bug isapparent, but best to fix the definitions to avoid problems down theline.Reported-by: Tom LaneDiscussion:https://postgr.es/m/19795.1568400476@sss.pgh.pa.us
1 parente87b00b commit82d0ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/include/nodes/parsenodes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3271,7 +3271,7 @@ typedef struct ConstraintsSetStmt
32713271
*/
32723272

32733273
/* Reindex options */
3274-
#defineREINDEXOPT_VERBOSE 1 << 0/* print progress info */
3274+
#defineREINDEXOPT_VERBOSE(1 << 0)/* print progress info */
32753275

32763276
typedefenumReindexObjectType
32773277
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp