mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
pgindent run before PG 9.1 beta 1.
This commit is contained in:
@ -1665,7 +1665,7 @@ CreateCast(CreateCastStmt *stmt)
|
||||
* We also disallow creating binary-compatibility casts involving
|
||||
* domains. Casting from a domain to its base type is already
|
||||
* allowed, and casting the other way ought to go through domain
|
||||
* coercion to permit constraint checking. Again, if you're intent on
|
||||
* coercion to permit constraint checking. Again, if you're intent on
|
||||
* having your own semantics for that, create a no-op cast function.
|
||||
*
|
||||
* NOTE: if we were to relax this, the above checks for composites
|
||||
@ -1830,7 +1830,7 @@ DropCast(DropCastStmt *stmt)
|
||||
Oid
|
||||
get_cast_oid(Oid sourcetypeid, Oid targettypeid, bool missing_ok)
|
||||
{
|
||||
Oid oid;
|
||||
Oid oid;
|
||||
|
||||
oid = GetSysCacheOid2(CASTSOURCETARGET,
|
||||
ObjectIdGetDatum(sourcetypeid),
|
||||
|
Reference in New Issue
Block a user