mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Make spelling of cancelled/cancellation consistent
This fixes places where words derived from cancel were not using their common en-US ugly^H^H^H^Hspelling. Author: Jelte Fennema-Nio <postgres@jeltef.nl> Reported-by: Thomas Munro <thomas.munro@gmail.com> Discussion: https://postgr.es/m/CA+hUKG+Lrq+ty6yWXF5572qNQ8KwxGwG5n4fsEcCUap685nWvQ@mail.gmail.com
This commit is contained in:
@ -50,7 +50,7 @@
|
||||
writing anything to the database when running on a standby.
|
||||
Also, it's recommended to avoid long-running queries in
|
||||
<literal>login</literal> event triggers. Notes that, for instance,
|
||||
cancelling connection in <application>psql</application> wouldn't cancel
|
||||
canceling connection in <application>psql</application> wouldn't cancel
|
||||
the in-progress <literal>login</literal> trigger.
|
||||
</para>
|
||||
|
||||
|
@ -7625,7 +7625,7 @@ defaultNoticeProcessor(void *arg, const char *message)
|
||||
is called. It is the ideal time to initialize any
|
||||
<literal>instanceData</literal> an event procedure may need. Only one
|
||||
register event will be fired per event handler per connection. If the
|
||||
event procedure fails (returns zero), the registration is cancelled.
|
||||
event procedure fails (returns zero), the registration is canceled.
|
||||
|
||||
<synopsis>
|
||||
typedef struct
|
||||
|
Reference in New Issue
Block a user