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

Commitaf7dd69

Browse files
committed
Fix typos pointed out by Noah Misch.
1 parenta870c7f commitaf7dd69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -748,9 +748,9 @@ numeric_transform(PG_FUNCTION_ARGS)
748748

749749
/*
750750
* If new_typmod < VARHDRSZ, the destination is unconstrained; that's
751-
* always OK. If old_typmod >= VARHDRSZ, the source isconstained.
751+
* always OK. If old_typmod >= VARHDRSZ, the source isconstrained.
752752
* and we're OK if the scale is unchanged and the precison is not
753-
* decreasing. See furthernodes in function header comment.
753+
* decreasing. See furthernotes in function header comment.
754754
*/
755755
if (new_typmod<VARHDRSZ|| (old_typmod >=VARHDRSZ&&
756756
new_scale==old_scale&&new_precision >=old_precision))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp