mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
Fix grammatical typos around possessive "its"
Some places spelled it "it's", which is short for "it is". In passing, fix a couple other nearby grammatical errors. Author: Jacob Brazeal <jacob.brazeal@gmail.com> Discussion: https://postgr.es/m/CA+COZaAO8g1KJCV0T48=CkJMjAnnfTGLWOATz+2aCh40c2Nm+g@mail.gmail.com
This commit is contained in:
@ -5561,7 +5561,7 @@ NUM_numpart_from_char(NUMProc *Np, int id, int input_len)
|
||||
}
|
||||
|
||||
/*
|
||||
* try read non-locale sign, it's happen only if format is not exact
|
||||
* try read non-locale sign, which happens only if format is not exact
|
||||
* and we cannot determine sign position of MI/PL/SG, an example:
|
||||
*
|
||||
* FM9.999999MI -> 5.01-
|
||||
|
Reference in New Issue
Block a user