mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Correct several behavior descriptions in comments.
Reuse cautionary language from src/test/ssl/README in src/test/kerberos/README. SLRUs have had access to six-character segments names since commit73c986adde
, and recovery stopped calling HeapTupleHeaderAdvanceLatestRemovedXid() in commit558a9165e0
. The other corrections are more self-evident.
This commit is contained in:
@ -1234,10 +1234,8 @@ sub can_bind
|
||||
return $ret;
|
||||
}
|
||||
|
||||
# Automatically shut down any still-running nodes when the test script exits.
|
||||
# Note that this just stops the postmasters (in the same order the nodes were
|
||||
# created in). Any temporary directories are deleted, in an unspecified
|
||||
# order, later when the File::Temp objects are destroyed.
|
||||
# Automatically shut down any still-running nodes (in the same order the nodes
|
||||
# were created in) when the test script exits.
|
||||
END
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user