Rushabh Lathia <rushabh(dot)lathia(at)gmail(dot)com> writes:
> Above testcase endup with server crash. Crash is due to following assert
> into ScanQueryForLocks()
> Assert(parsetree->commandType != CMD_UTILITY);
Meh, yeah, more fallout from the CREATE TABLE AS representation change.
> PFA patch for the same.
Applied with some editorialization. Thanks!
regards, tom lane