Patch for 930 release

This commit is contained in:
dengxuyue
2021-09-23 15:19:37 +08:00
parent bab3e083eb
commit 1d540f4462
3791 changed files with 481850 additions and 115139 deletions

View File

@ -2,9 +2,9 @@
* src/common/tutorial/complex.cpp
*
******************************************************************************
This file contains routines that can be bound to a Postgres backend and
This file contains routines that can be bound to a openGauss backend and
called by the backend in the process of processing queries. The calling
format for these routines is dictated by Postgres architecture.
format for these routines is dictated by openGauss architecture.
******************************************************************************/
#include "postgres.h"