From 01bf11ae28033d5e81bb92536f0f20dd5f77c79e Mon Sep 17 00:00:00 2001 From: Alper Kocatas Date: Thu, 3 Apr 2025 08:10:44 +0000 Subject: [PATCH] Add syntax highlighting to code snippet --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e8e66cbca..97c7f3b82 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 `` to the related comments. Example: -``` +```c /* * * master_get_active_worker_nodes is a wrapper function for old UDF name.