postgresql/src/backend/tcop
Alvaro Herrera 6029861916
Fix DDL deparse of CREATE OPERATOR CLASS
When an implicit operator family is created, it wasn't getting reported.
Make it do so.

This has always been missing.  Backpatch to 10.

Author: Masahiko Sawada <sawada.mshk@gmail.com>
Reported-by: Leslie LEMAIRE <leslie.lemaire@developpement-durable.gouv.fr>
Reviewed-by: Amit Kapila <amit.kapila16@gmail.com>
Reviewed-by: Michael Paquiër <michael@paquier.xyz>
Discussion: https://postgr.es/m/f74d69e151b22171e8829551b1159e77@developpement-durable.gouv.fr
2022-05-20 18:52:55 +02:00
..
cmdtag.c Add 'static' to file-local variables missing it. 2022-05-12 12:39:33 -07:00
dest.c
fastpath.c
Makefile
postgres.c Pre-beta mechanical code beautification. 2022-05-12 15:17:30 -04:00
pquery.c
utility.c Fix DDL deparse of CREATE OPERATOR CLASS 2022-05-20 18:52:55 +02:00