Handle AT_ReAddComment in test_ddl_deparse, and add a catch-all default.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: e66e31958fc5f5346394099a6481a7949cc1f02a
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2015-07-20T07:27:01Z
Releases: 9.5.0
Handle AT_ReAddComment in test_ddl_deparse, and add a catch-all default.

In the passing, also move AT_ReAddComment to more logical position in the
enum, after all the Constraint-related subcommands.

This fixes a compiler warning, added by commit e42375fc. Backpatch to 9.5,
like that patch.

Files