mirror of
https://github.com/postgres/postgres.git
synced 2025-12-04 12:02:48 +03:00
Post-feature-freeze pgindent run.
Discussion: https://postgr.es/m/15719.1523984266@sss.pgh.pa.us
This commit is contained in:
@@ -305,7 +305,7 @@ logicalrep_write_truncate(StringInfo out,
|
||||
bool cascade, bool restart_seqs)
|
||||
{
|
||||
int i;
|
||||
uint8 flags = 0;
|
||||
uint8 flags = 0;
|
||||
|
||||
pq_sendbyte(out, 'T'); /* action TRUNCATE */
|
||||
|
||||
@@ -332,7 +332,7 @@ logicalrep_read_truncate(StringInfo in,
|
||||
int i;
|
||||
int nrelids;
|
||||
List *relids = NIL;
|
||||
uint8 flags;
|
||||
uint8 flags;
|
||||
|
||||
nrelids = pq_getmsgint(in, 4);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user