mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Add missing "static" markers.
Per buildfarm.
This commit is contained in:
parent
0d4e6ed308
commit
bb415675d8
@ -1711,7 +1711,7 @@ ExecSetupTransitionCaptureState(ModifyTableState *mtstate, EState *estate)
|
|||||||
* 1. For update-tuple-routing.
|
* 1. For update-tuple-routing.
|
||||||
* 2. For capturing tuples in transition tables.
|
* 2. For capturing tuples in transition tables.
|
||||||
*/
|
*/
|
||||||
void
|
static void
|
||||||
ExecSetupChildParentMapForSubplan(ModifyTableState *mtstate)
|
ExecSetupChildParentMapForSubplan(ModifyTableState *mtstate)
|
||||||
{
|
{
|
||||||
ResultRelInfo *targetRelInfo = getTargetResultRelInfo(mtstate);
|
ResultRelInfo *targetRelInfo = getTargetResultRelInfo(mtstate);
|
||||||
|
@ -16431,7 +16431,7 @@ dumpIndex(Archive *fout, IndxInfo *indxinfo)
|
|||||||
* dumpIndexAttach
|
* dumpIndexAttach
|
||||||
* write out to fout a partitioned-index attachment clause
|
* write out to fout a partitioned-index attachment clause
|
||||||
*/
|
*/
|
||||||
void
|
static void
|
||||||
dumpIndexAttach(Archive *fout, IndexAttachInfo *attachinfo)
|
dumpIndexAttach(Archive *fout, IndexAttachInfo *attachinfo)
|
||||||
{
|
{
|
||||||
if (fout->dopt->dataOnly)
|
if (fout->dopt->dataOnly)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user