mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Post-feature-freeze pgindent run.
Discussion: https://postgr.es/m/15719.1523984266@sss.pgh.pa.us
This commit is contained in:
@ -899,14 +899,14 @@ apply_handle_delete(StringInfo s)
|
||||
static void
|
||||
apply_handle_truncate(StringInfo s)
|
||||
{
|
||||
bool cascade = false;
|
||||
bool restart_seqs = false;
|
||||
List *remote_relids = NIL;
|
||||
List *remote_rels = NIL;
|
||||
List *rels = NIL;
|
||||
List *relids = NIL;
|
||||
List *relids_logged = NIL;
|
||||
ListCell *lc;
|
||||
bool cascade = false;
|
||||
bool restart_seqs = false;
|
||||
List *remote_relids = NIL;
|
||||
List *remote_rels = NIL;
|
||||
List *rels = NIL;
|
||||
List *relids = NIL;
|
||||
List *relids_logged = NIL;
|
||||
ListCell *lc;
|
||||
|
||||
ensure_transaction();
|
||||
|
||||
@ -936,9 +936,9 @@ apply_handle_truncate(StringInfo s)
|
||||
}
|
||||
|
||||
/*
|
||||
* Even if we used CASCADE on the upstream master we explicitly
|
||||
* default to replaying changes without further cascading.
|
||||
* This might be later changeable with a user specified option.
|
||||
* Even if we used CASCADE on the upstream master we explicitly default to
|
||||
* replaying changes without further cascading. This might be later
|
||||
* changeable with a user specified option.
|
||||
*/
|
||||
ExecuteTruncateGuts(rels, relids, relids_logged, DROP_RESTRICT, restart_seqs);
|
||||
|
||||
|
Reference in New Issue
Block a user