pgsql: Adjust pg_dump's priority ordering for casts.

2021-11-22 Thread Tom Lane
Adjust pg_dump's priority ordering for casts. When a stored expression depends on a user-defined cast, the backend records the dependency as being on the cast's implementation function --- or indeed, if there's no cast function involved but just RelabelType or CoerceViaIO, no dependency is recorde

pgsql: Adjust pg_dump's priority ordering for casts.

2021-11-22 Thread Tom Lane
Adjust pg_dump's priority ordering for casts. When a stored expression depends on a user-defined cast, the backend records the dependency as being on the cast's implementation function --- or indeed, if there's no cast function involved but just RelabelType or CoerceViaIO, no dependency is recorde

pgsql: Adjust pg_dump's priority ordering for casts.

2021-11-22 Thread Tom Lane
Adjust pg_dump's priority ordering for casts. When a stored expression depends on a user-defined cast, the backend records the dependency as being on the cast's implementation function --- or indeed, if there's no cast function involved but just RelabelType or CoerceViaIO, no dependency is recorde

pgsql: Adjust pg_dump's priority ordering for casts.

2021-11-22 Thread Tom Lane
Adjust pg_dump's priority ordering for casts. When a stored expression depends on a user-defined cast, the backend records the dependency as being on the cast's implementation function --- or indeed, if there's no cast function involved but just RelabelType or CoerceViaIO, no dependency is recorde

pgsql: Adjust pg_dump's priority ordering for casts.

2021-11-22 Thread Tom Lane
Adjust pg_dump's priority ordering for casts. When a stored expression depends on a user-defined cast, the backend records the dependency as being on the cast's implementation function --- or indeed, if there's no cast function involved but just RelabelType or CoerceViaIO, no dependency is recorde

pgsql: Adjust pg_dump's priority ordering for casts.

2021-11-22 Thread Tom Lane
Adjust pg_dump's priority ordering for casts. When a stored expression depends on a user-defined cast, the backend records the dependency as being on the cast's implementation function --- or indeed, if there's no cast function involved but just RelabelType or CoerceViaIO, no dependency is recorde