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

Commit05cce2f

Browse files
committed
Repair stupid mistake in preprocessor directive.
1 parentb3a5e76 commit05cce2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/utils/adt/numeric.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ typedef struct
297297
}NumericSortSupport;
298298

299299
#defineNUMERIC_ABBREV_BITS (SIZEOF_DATUM * BITS_PER_BYTE)
300-
#ifdefSIZEOF_DATUM==8
300+
#ifSIZEOF_DATUM==8
301301
#defineDatumGetNumericAbbrev(d) ((int64) d)
302302
#defineNUMERIC_ABBREV_NAN Int64GetDatum(PG_INT64_MIN)
303303
#else

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp