mirror of https://github.com/citusdata/citus.git
Add syntax highlighting to code snippet
parent
36fb5e7c0f
commit
01bf11ae28
|
@ -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.
|
||||
|
||||
Example:
|
||||
```
|
||||
```c
|
||||
/*
|
||||
* <deprecated>
|
||||
* master_get_active_worker_nodes is a wrapper function for old UDF name.
|
||||
|
|
Loading…
Reference in New Issue