mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
OK, folks, here is the pgindent output.
This commit is contained in:
@ -162,8 +162,8 @@ DropProceduralLanguage(DropPLangStmt *stmt)
|
||||
case_translate_language_name(stmt->plname, languageName);
|
||||
|
||||
langTup = SearchSysCacheTupleCopy(LANNAME,
|
||||
PointerGetDatum(languageName),
|
||||
0, 0, 0);
|
||||
PointerGetDatum(languageName),
|
||||
0, 0, 0);
|
||||
if (!HeapTupleIsValid(langTup))
|
||||
elog(ERROR, "Language %s doesn't exist", languageName);
|
||||
|
||||
|
Reference in New Issue
Block a user