mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +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:
@@ -347,11 +347,11 @@ connect_slot(ParallelSlotArray *sa, int slotno, const char *dbname)
|
||||
* returned allowing the connection to be reused.
|
||||
*
|
||||
* Otherwise, if any idle slot is not yet connected to any database, the slot
|
||||
* will be returned with it's connection opened using the stored cparams and
|
||||
* will be returned with its connection opened using the stored cparams and
|
||||
* optionally the given dbname if not null.
|
||||
*
|
||||
* Otherwise, if any idle slot exists, an idle slot will be chosen and returned
|
||||
* after having it's connection disconnected and reconnected using the stored
|
||||
* after having its connection disconnected and reconnected using the stored
|
||||
* cparams and optionally the given dbname if not null.
|
||||
*
|
||||
* Otherwise, if any slots have connections that are busy, we loop on select()
|
||||
|
||||
Reference in New Issue
Block a user