mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Rename pg_replication_slot's new active_in to active_pid.
In d811c037ce
active_in was added but discussion since showed that
active_pid is preferred as a name.
Discussion: CAMsr+YFKgZca5_7_ouaMWxA5PneJC9LNViPzpDHusaPhU9pA7g@mail.gmail.com
This commit is contained in:
@ -5401,7 +5401,7 @@
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><structfield>active_in</structfield></entry>
|
||||
<entry><structfield>active_pid</structfield></entry>
|
||||
<entry><type>integer</type></entry>
|
||||
<entry></entry>
|
||||
<entry>The process ID of the session using this slot if the slot
|
||||
|
Reference in New Issue
Block a user