mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Suppress compiler warnings.
Michael Paquier Discussion: http://postgr.es/m/YjGvq4zPDT6j15go@paquier.xyz
This commit is contained in:
@ -144,6 +144,9 @@ BaseBackupGetTargetHandle(char *target, char *target_detail)
|
|||||||
ereport(ERROR,
|
ereport(ERROR,
|
||||||
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
|
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
|
||||||
errmsg("unrecognized target: \"%s\"", target)));
|
errmsg("unrecognized target: \"%s\"", target)));
|
||||||
|
|
||||||
|
/* keep compiler quiet */
|
||||||
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user