mirror of
https://github.com/postgres/postgres.git
synced 2026-04-28 09:38:27 -04:00
Suppress compiler warnings.
Michael Paquier Discussion: http://postgr.es/m/YjGvq4zPDT6j15go@paquier.xyz
This commit is contained in:
parent
3ac577b912
commit
d0083c1d2a
1 changed files with 3 additions and 0 deletions
|
|
@ -144,6 +144,9 @@ BaseBackupGetTargetHandle(char *target, char *target_detail)
|
|||
ereport(ERROR,
|
||||
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
|
||||
errmsg("unrecognized target: \"%s\"", target)));
|
||||
|
||||
/* keep compiler quiet */
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue