Examples with "fonction palloc" and their translation in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Habituellement, tout ce que vous stockez dans les champs privées doit avoir été alloué avec la fonction palloc, pour que l'espace soit récupéré à la fin de la planification.
Generally, whatever you store in FDW private fields should be palloc'd, so that it will be reclaimed at the end of planning.
Andere resultaten
Quand vous allouez de la mémoire, utilisez les fonctions PostgreSQL palloc et pfree au lieu des fonctions correspondantes malloc et free de la bibliothèque C. La mémoire allouée par palloc sera libérée automatiquement à la fin de chaque transaction, empêchant des débordements de mémoire.
When allocating memory, use the PostgreSQL functions palloc and pfree instead of the corresponding C library functions malloc and free. The memory allocated by palloc will be freed automatically at the end of each transaction, preventing memory leaks.
Quand vous allouez de la mémoire, utilisez les fonctions PostgreSQL palloc et pfree au lieu des fonctions correspondantes malloc et free de la bibliothèque C. La mémoire allouée par palloc sera libérée automatiquement à la fin de chaque transaction, empêchant des débordements de mémoire.
For very low-level work you might need to have a complete PostgreSQL source tree available. When allocating memory, use the Postgres routines palloc and pfree instead of the corresponding C library routines malloc and free.
La fonction doit renvoyer une structure allouée par palloc contenant les statistiques du nouvel index.
Cette fonction Doit renvoyer NULL ou une structure issue d'un palloc qui contient des statistiques sur les effets de l'opération de suppression.
Must return either NULL or a palloc'd struct containing statistics about the effects of the deletion operation.
La fonction union doit renvoyer un pointeur vers la mémoire nouvellement allouée avec palloc().
The union function should return a pointer to newly palloc()ed memory.
Avant qu'une procédure ne se connecte au gestionnaire SPI, toutes les allocations faîtes par la procédure via palloc ou par une fonction utilitaire SPI sont faîtes dans le contexte de mémoire courant.
Before a procedure connects to the SPI manager, the current memory context is the upper executor context, so all allocations made by the procedure via palloc or by SPI utility functions are made in this context.
Toute allocation faîte par palloc, repalloc ou une fonction utilitaire SPI (à part celles décrites dans cette section) sont faîtes dans ce contexte.
All allocations made by palloc, repalloc, or SPI utility functions (except as described in this section) are made in this context.
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.