aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2018-12-07 11:02:39 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2018-12-07 11:02:39 -0500
commit9286ef8e914c69fbf6087d6339215fd10836e25a (patch)
tree579f479f8e0ca8c83388d1432a6d296fe7143685 /src/backend/commands/tablecmds.c
parenteeee62d8052ccd3fb8e26be1392a93167f83d937 (diff)
downloadpostgresql-9286ef8e914c69fbf6087d6339215fd10836e25a.tar.gz
postgresql-9286ef8e914c69fbf6087d6339215fd10836e25a.zip
Clean up sloppy coding in publicationcmds.c's OpenTableList().
Remove dead code (which would be incorrect if it weren't dead), per report from Pan Bian. Add a CHECK_FOR_INTERRUPTS in the inner loop over child relations, because there's little point in having one in the outer loop if there's not one here too. Minor stylistic adjustments and comment improvements. Seems to be aboriginal to this code (cf commit 665d1fad9). Back-patch to v10 where that came in, not because any of this is significant, but just to keep the branches looking similar. Discussion: https://postgr.es/m/15539-06d00ef6b1e2e1bb@postgresql.org
Diffstat (limited to 'src/backend/commands/tablecmds.c')
0 files changed, 0 insertions, 0 deletions