Add syntax highlighting to code snippet

deprecation-mechanism
Alper Kocatas 2025-04-03 08:10:44 +00:00
parent 36fb5e7c0f
commit 01bf11ae28
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ Additionally, add the name of the function to the "Deprecated features" section
Use `ereport(WARNING, ...)` to raise a warning when the function is used. Additionally, add the keyword `<deprecated>` to the related comments. Use `ereport(WARNING, ...)` to raise a warning when the function is used. Additionally, add the keyword `<deprecated>` to the related comments.
Example: Example:
``` ```c
/* /*
* <deprecated> * <deprecated>
* master_get_active_worker_nodes is a wrapper function for old UDF name. * master_get_active_worker_nodes is a wrapper function for old UDF name.