mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Fixed all elog related warnings, as well as a few others.
This commit is contained in:
@ -417,7 +417,7 @@ init_sequence(char *caller, char *name)
|
||||
if (RelationGetRelid(seqrel) != elm->relid)
|
||||
{
|
||||
elog(NOTICE, "%s.%s: sequence was re-created",
|
||||
name, caller, name);
|
||||
name, caller);
|
||||
elm->relid = RelationGetRelid(seqrel);
|
||||
elm->cached = elm->last = elm->increment = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user