|
5252 | 5252 | <tbody>
|
5253 | 5253 | <row>
|
5254 | 5254 | <entry><structfield>slot_name</structfield></entry>
|
5255 |
| - <entry><type>text</type></entry> |
| 5255 | + <entry><type>name</type></entry> |
5256 | 5256 | <entry></entry>
|
5257 | 5257 | <entry>A unique, cluster-wide identifier for the replication slot</entry>
|
5258 | 5258 | </row>
|
5259 | 5259 |
|
5260 | 5260 | <row>
|
5261 |
| - <entry><structfield>slot_type</structfield></entry> |
5262 |
| - <entry><type>text</type></entry> |
| 5261 | + <entry><structfield>plugin</structfield></entry> |
| 5262 | + <entry><type>name</type></entry> |
5263 | 5263 | <entry></entry>
|
5264 |
| - <entry>The slot type - <literal>physical</> or <literal>logical</></entry> |
| 5264 | + <entry>The basename of the shared object containing the output plugin this logical slot is using, or null for physical slots.</entry> |
5265 | 5265 | </row>
|
5266 | 5266 |
|
5267 | 5267 | <row>
|
5268 |
| - <entry><structfield>plugin</structfield></entry> |
| 5268 | + <entry><structfield>slot_type</structfield></entry> |
5269 | 5269 | <entry><type>text</type></entry>
|
5270 | 5270 | <entry></entry>
|
5271 |
| - <entry>The basename of the shared object containing the output plugin this logical slot is using, or null for physical slots.</entry> |
| 5271 | + <entry>The slot type - <literal>physical</> or <literal>logical</></entry> |
5272 | 5272 | </row>
|
5273 | 5273 |
|
5274 | 5274 | <row>
|
|
5304 | 5304 | </entry>
|
5305 | 5305 | </row>
|
5306 | 5306 |
|
5307 |
| - <row> |
5308 |
| - <entry><structfield>xmin</structfield></entry> |
5309 |
| - <entry><type>xid</type></entry> |
5310 |
| - <entry></entry> |
5311 |
| - <entry>The oldest transaction that this slot needs the database to |
5312 |
| - retain. <literal>VACUUM</literal> cannot remove catalog tuples deleted |
5313 |
| - by any later transaction. |
5314 |
| - </entry> |
5315 |
| - </row> |
5316 |
| - |
5317 | 5307 | <row>
|
5318 | 5308 | <entry><structfield>catalog_xmin</structfield></entry>
|
5319 | 5309 | <entry><type>xid</type></entry>
|
5320 | 5310 | <entry></entry>
|
5321 |
| - <entry>The <literal>xmin</literal>, or oldest transaction ID, that this |
5322 |
| - slot forces to be retained in the system catalogs. </entry> |
| 5311 | + <entry>The oldest transaction affecting the system catalogs that this |
| 5312 | + slot needs the database to retain. <literal>VACUUM</literal> cannot |
| 5313 | + remove catalog tuples deleted by any later transaction. |
| 5314 | + </entry> |
5323 | 5315 | </row>
|
5324 | 5316 |
|
5325 | 5317 | <row>
|
|
0 commit comments